Color Hex Logo

#b9dddf Color Hex

#B9DDDF
(185,221,223)
0 Favorites   0 Comments

Color spaces of #b9dddf

RGB 185221223
HSL0.510.370.80
HSV183°17°87°
CMYK 0.170.010.00   0.13
XYZ59.183367.354979.6935
Yxy67.35490.28700.3266
Hunter Lab82.0700-14.9005-0.1241
CIE-Lab85.6829-11.3251-4.9246

#b9dddf color RGB value is (185,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011101 11011111
Octal 271 335 337
Decimal 185 221 223
Hex B9 DD DF

RGB Percentages of Color #b9dddf

%29.41
%35.14
%35.45

CMYK Percentages of Color #b9dddf

%17
%1
%0
%13

Triadic Colors of #b9dddf

#b9dddf #dfb9dd #dddfb9

Analogous Colors of #b9dddf

#b9dddf #b9cadf #b9dfce

Monochromatic Colors of #b9dddf

#b9dddf

Complementary Color

#b9dddf #dfbbb9

#b9dddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dddf Color CSS Codes

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

#b9dddf Text Font Color

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

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


#b9dddf Background Color

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

This div background color is #b9dddf


#b9dddf Border Color

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

This div border color is #b9dddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dddf


Comments

No comments written yet.

Please login to write comment.