Color Hex Logo

#b9ceea Color Hex

#B9CEEA
(185,206,234)
0 Favorites   0 Comments

Color spaces of #b9ceea

RGB 185206234
HSL0.600.540.82
HSV214°21°92°
CMYK 0.210.120.00   0.08
XYZ56.930260.397486.4992
Yxy60.39740.27930.2963
Hunter Lab77.7158-5.2435-11.5899
CIE-Lab82.0537-1.1707-16.1730

#b9ceea color RGB value is (185,206,234).

#b9ceea hex color red value is 185, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b9ceea hue: 0.60 , saturation: 0.54 and the lightness value of b9ceea is 0.82.

The process color (four color CMYK) of #b9ceea color hex is 0.21, 0.12, 0.00, 0.08. Web safe color of #b9ceea is #ccccff. Color #b9ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001110 11101010
Octal 271 316 352
Decimal 185 206 234
Hex B9 CE EA

RGB Percentages of Color #b9ceea

%29.60
%32.96
%37.44

CMYK Percentages of Color #b9ceea

%21
%12
%0
%8

Triadic Colors of #b9ceea

#b9ceea #eab9ce #ceeab9

Analogous Colors of #b9ceea

#b9ceea #bdb9ea #b9e7ea

Monochromatic Colors of #b9ceea

#b9ceea

Complementary Color

#b9ceea #ead5b9

#b9ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ceea Color CSS Codes

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

#b9ceea Text Font Color

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

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


#b9ceea Background Color

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

This div background color is #b9ceea


#b9ceea Border Color

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

This div border color is #b9ceea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,206,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9ceea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9ceea;
  -webkit-box-shadow: 1px 1px 3px 2px #b9ceea;
  box-shadow:         1px 1px 3px 2px #b9ceea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,206,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ceea


Comments

No comments written yet.

Please login to write comment.