Color Hex Logo

#b8cadd Color Hex

#B8CADD
(184,202,221)
0 Favorites   0 Comments

Color spaces of #b8cadd

RGB 184202221
HSL0.590.350.79
HSV211°17°87°
CMYK 0.170.090.00   0.13
XYZ53.938857.651976.6917
Yxy57.65190.28650.3062
Hunter Lab75.9288-6.0716-6.7355
CIE-Lab80.5449-2.1824-11.4912

#b8cadd color RGB value is (184,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001010 11011101
Octal 270 312 335
Decimal 184 202 221
Hex B8 CA DD

RGB Percentages of Color #b8cadd

%30.31
%33.28
%36.41

CMYK Percentages of Color #b8cadd

%17
%9
%0
%13

Triadic Colors of #b8cadd

#b8cadd #ddb8ca #caddb8

Analogous Colors of #b8cadd

#b8cadd #b9b8dd #b8dddd

Monochromatic Colors of #b8cadd

#b8cadd

Complementary Color

#b8cadd #ddcbb8

#b8cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cadd Color CSS Codes

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

#b8cadd Text Font Color

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

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


#b8cadd Background Color

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

This div background color is #b8cadd


#b8cadd Border Color

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

This div border color is #b8cadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,202,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 #b8cadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cadd


Comments

No comments written yet.

Please login to write comment.