Color Hex Logo

#b8d1de Color Hex

#B8D1DE
(184,209,222)
0 Favorites   0 Comments

Color spaces of #b8d1de

RGB 184209222
HSL0.560.370.80
HSV201°17°87°
CMYK 0.170.060.00   0.13
XYZ55.752461.065277.9555
Yxy61.06520.28620.3135
Hunter Lab78.1442-9.4007-4.4459
CIE-Lab82.4138-5.6495-9.2411

#b8d1de color RGB value is (184,209,222).

#b8d1de hex color red value is 184, green value is 209 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b8d1de hue: 0.56 , saturation: 0.37 and the lightness value of b8d1de is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11010001 11011110
Octal 270 321 336
Decimal 184 209 222
Hex B8 D1 DE

RGB Percentages of Color #b8d1de

%29.92
%33.98
%36.10

CMYK Percentages of Color #b8d1de

%17
%6
%0
%13

Triadic Colors of #b8d1de

#b8d1de #deb8d1 #d1deb8

Analogous Colors of #b8d1de

#b8d1de #b8bede #b8ded8

Monochromatic Colors of #b8d1de

#b8d1de

Complementary Color

#b8d1de #dec5b8

#b8d1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8d1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8d1de Color CSS Codes

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

#b8d1de Text Font Color

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

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


#b8d1de Background Color

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

This div background color is #b8d1de


#b8d1de Border Color

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

This div border color is #b8d1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8d1de


Comments

No comments written yet.

Please login to write comment.