color codes Logo

#b0c4dc color codes

#B0C4DC
(176,196,220)
1 Favorites   0 Comments

Color spaces of #b0c4dc

RGB 176196220
HSL0.590.390.78
HSV213°20°86°
CMYK 0.200.110.00   0.14
XYZ50.562753.877375.4446
Yxy53.87730.28110.2995
Hunter Lab73.4012-5.4915-9.5598
CIE-Lab78.3901-1.7182-14.2364

#b0c4dc color RGB value is (176,196,220).

#b0c4dc hex color red value is 176, green value is 196 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b0c4dc hue: 0.59 , saturation: 0.39 and the lightness value of b0c4dc is 0.78.

The process color (four color CMYK) of #b0c4dc color code is 0.20, 0.11, 0.00, 0.14. Web safe color of #b0c4dc is #99cccc. Color #b0c4dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11000100 11011100
Octal 260 304 334
Decimal 176 196 220
Hex B0 C4 DC

RGB Percentages of Color #b0c4dc

%29.73
%33.11
%37.16

CMYK Percentages of Color #b0c4dc

%20
%11
%0
%14

Triadic Colors of #b0c4dc

#b0c4dc #dcb0c4 #c4dcb0

Analogous Colors of #b0c4dc

#b0c4dc #b2b0dc #b0dadc

Monochromatic Colors of #b0c4dc

#b0c4dc

Complementary Color

#b0c4dc #dcc8b0

#b0c4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0c4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0c4dc Color CSS Codes

.mybgcolor {background-color:#b0c4dc; } 
.myforecolor {color:#b0c4dc; }
.mybordercolor {border:3px solid #b0c4dc; }

#b0c4dc Text Font Color

<p style="color:#b0c4dc">Text here</p>

This sample text font color is #b0c4dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b0c4dc Background Color

<div style="background-color:#b0c4dc">
Div content here</div>

This div background color is #b0c4dc


#b0c4dc Border Color

<div style="border:3px solid #b0c4dc">
Div here</div>

This div border color is #b0c4dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,196,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0c4dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0c4dc;
  -webkit-box-shadow: 1px 1px 3px 2px #b0c4dc;
  box-shadow:         1px 1px 3px 2px #b0c4dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,196,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b0c4dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b0c4dc;
  -webkit-box-shadow: 1px 1px 3px 2px #b0c4dc;
  box-shadow:         1px 1px 3px 2px #b0c4dc;">
Div content here</div>

This div box has shadow with color #b0c4dc

#b0c4dc Color Palettes


Comments

No comments written yet.

Please login to write comment.