Color Hex Logo

#b8cbdd Color Hex

#B8CBDD
(184,203,221)
3 Favorites   0 Comments

Color spaces of #b8cbdd

RGB 184203221
HSL0.580.350.79
HSV209°17°87°
CMYK 0.170.080.00   0.13
XYZ54.174258.122776.7701
Yxy58.12270.28650.3074
Hunter Lab76.2382-6.5765-6.3368
CIE-Lab80.8070-2.7108-11.0999

#b8cbdd color RGB value is (184,203,221).

#b8cbdd hex color red value is 184, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b8cbdd hue: 0.58 , saturation: 0.35 and the lightness value of b8cbdd is 0.79.

The process color (four color CMYK) of #b8cbdd color hex is 0.17, 0.08, 0.00, 0.13. Web safe color of #b8cbdd is #cccccc. Color #b8cbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001011 11011101
Octal 270 313 335
Decimal 184 203 221
Hex B8 CB DD

RGB Percentages of Color #b8cbdd

%30.26
%33.39
%36.35

CMYK Percentages of Color #b8cbdd

%17
%8
%0
%13

Triadic Colors of #b8cbdd

#b8cbdd #ddb8cb #cbddb8

Analogous Colors of #b8cbdd

#b8cbdd #b8b9dd #b8dddd

Monochromatic Colors of #b8cbdd

#b8cbdd

Complementary Color

#b8cbdd #ddcab8

#b8cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cbdd Color CSS Codes

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

#b8cbdd Text Font Color

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

This sample text font color is #b8cbdd
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.


#b8cbdd Background Color

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

This div background color is #b8cbdd


#b8cbdd Border Color

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

This div border color is #b8cbdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,203,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8cbdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8cbdd;
  -webkit-box-shadow: 1px 1px 3px 2px #b8cbdd;
  box-shadow:         1px 1px 3px 2px #b8cbdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,203,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cbdd


Comments

No comments written yet.

Please login to write comment.