Color Hex Logo

#b9cfde Color Hex

#B9CFDE
(185,207,222)
0 Favorites   0 Comments

Color spaces of #b9cfde

RGB 185207222
HSL0.570.360.80
HSV204°17°87°
CMYK 0.170.070.00   0.13
XYZ55.505260.213977.8042
Yxy60.21390.28680.3111
Hunter Lab77.5976-8.1156-5.1295
CIE-Lab81.9543-4.2886-9.9174

#b9cfde color RGB value is (185,207,222).

#b9cfde hex color red value is 185, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b9cfde hue: 0.57 , saturation: 0.36 and the lightness value of b9cfde is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001111 11011110
Octal 271 317 336
Decimal 185 207 222
Hex B9 CF DE

RGB Percentages of Color #b9cfde

%30.13
%33.71
%36.16

CMYK Percentages of Color #b9cfde

%17
%7
%0
%13

Triadic Colors of #b9cfde

#b9cfde #deb9cf #cfdeb9

Analogous Colors of #b9cfde

#b9cfde #b9bdde #b9dedb

Monochromatic Colors of #b9cfde

#b9cfde

Complementary Color

#b9cfde #dec8b9

#b9cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cfde Color CSS Codes

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

#b9cfde Text Font Color

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

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


#b9cfde Background Color

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

This div background color is #b9cfde


#b9cfde Border Color

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

This div border color is #b9cfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cfde


Comments

No comments written yet.

Please login to write comment.