Color Hex Logo

#b9cfda Color Hex

#B9CFDA
(185,207,218)
0 Favorites   0 Comments

Color spaces of #b9cfda

RGB 185207218
HSL0.560.310.79
HSV200°15°85°
CMYK 0.150.050.00   0.15
XYZ54.975360.001975.0137
Yxy60.00190.28940.3158
Hunter Lab77.4609-8.8721-3.1942
CIE-Lab81.8392-5.1267-7.9521

#b9cfda color RGB value is (185,207,218).

#b9cfda hex color red value is 185, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b9cfda hue: 0.56 , saturation: 0.31 and the lightness value of b9cfda is 0.79.

The process color (four color CMYK) of #b9cfda color hex is 0.15, 0.05, 0.00, 0.15. Web safe color of #b9cfda is #cccccc. Color #b9cfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001111 11011010
Octal 271 317 332
Decimal 185 207 218
Hex B9 CF DA

RGB Percentages of Color #b9cfda

%30.33
%33.93
%35.74

CMYK Percentages of Color #b9cfda

%15
%5
%0
%15

Triadic Colors of #b9cfda

#b9cfda #dab9cf #cfdab9

Analogous Colors of #b9cfda

#b9cfda #b9bfda #b9dad5

Monochromatic Colors of #b9cfda

#b9cfda

Complementary Color

#b9cfda #dac4b9

#b9cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cfda Color CSS Codes

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

#b9cfda Text Font Color

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

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


#b9cfda Background Color

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

This div background color is #b9cfda


#b9cfda Border Color

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

This div border color is #b9cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cfda


Comments

No comments written yet.

Please login to write comment.