Color Hex Logo

#b9ddcf Color Hex

#B9DDCF
(185,221,207)
0 Favorites   0 Comments

Color spaces of #b9ddcf

RGB 185221207
HSL0.440.350.80
HSV157°16°87°
CMYK 0.160.000.06   0.13
XYZ57.126566.532268.8626
Yxy66.53220.29670.3456
Hunter Lab81.5673-17.72847.0419
CIE-Lab85.2672-14.53792.9246

#b9ddcf color RGB value is (185,221,207).

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

The process color (four color CMYK) of #b9ddcf color hex is 0.16, 0.00, 0.06, 0.13. Web safe color of #b9ddcf is #cccccc. Color #b9ddcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011101 11001111
Octal 271 335 317
Decimal 185 221 207
Hex B9 DD CF

RGB Percentages of Color #b9ddcf

%30.18
%36.05
%33.77

CMYK Percentages of Color #b9ddcf

%16
%0
%6
%13

Triadic Colors of #b9ddcf

#b9ddcf #cfb9dd #ddcfb9

Analogous Colors of #b9ddcf

#b9ddcf #b9d9dd #b9ddbd

Monochromatic Colors of #b9ddcf

#b9ddcf

Complementary Color

#b9ddcf #ddb9c7

#b9ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ddcf Color CSS Codes

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

#b9ddcf Text Font Color

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

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


#b9ddcf Background Color

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

This div background color is #b9ddcf


#b9ddcf Border Color

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

This div border color is #b9ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ddcf

#b9ddcf Color Palettes


Comments

No comments written yet.

Please login to write comment.