Color Hex Logo

#b9cfef Color Hex

#B9CFEF
(185,207,239)
0 Favorites   0 Comments

Color spaces of #b9cfef

RGB 185207239
HSL0.600.630.83
HSV216°23°94°
CMYK 0.230.130.00   0.06
XYZ57.900461.171990.4170
Yxy61.17190.27640.2920
Hunter Lab78.2125-4.7289-13.7931
CIE-Lab82.4711-0.5889-18.2088

#b9cfef color RGB value is (185,207,239).

#b9cfef hex color red value is 185, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b9cfef hue: 0.60 , saturation: 0.63 and the lightness value of b9cfef is 0.83.

The process color (four color CMYK) of #b9cfef color hex is 0.23, 0.13, 0.00, 0.06. Web safe color of #b9cfef is #ccccff. Color #b9cfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001111 11101111
Octal 271 317 357
Decimal 185 207 239
Hex B9 CF EF

RGB Percentages of Color #b9cfef

%29.32
%32.81
%37.88

CMYK Percentages of Color #b9cfef

%23
%13
%0
%6

Triadic Colors of #b9cfef

#b9cfef #efb9cf #cfefb9

Analogous Colors of #b9cfef

#b9cfef #beb9ef #b9eaef

Monochromatic Colors of #b9cfef

#b9cfef

Complementary Color

#b9cfef #efd9b9

#b9cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cfef Color CSS Codes

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

#b9cfef Text Font Color

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

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


#b9cfef Background Color

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

This div background color is #b9cfef


#b9cfef Border Color

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

This div border color is #b9cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cfef

#b9cfef Color Palettes


Comments

No comments written yet.

Please login to write comment.