Color Hex Logo

#b9ddee Color Hex

#B9DDEE
(185,221,238)
0 Favorites   0 Comments

Color spaces of #b9ddee

RGB 185221238
HSL0.550.610.83
HSV199°22°93°
CMYK 0.220.070.00   0.07
XYZ61.296768.200290.8222
Yxy68.20020.27820.3096
Hunter Lab82.5834-12.0312-7.3966
CIE-Lab86.1065-8.1281-12.2213

#b9ddee color RGB value is (185,221,238).

#b9ddee hex color red value is 185, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b9ddee hue: 0.55 , saturation: 0.61 and the lightness value of b9ddee is 0.83.

The process color (four color CMYK) of #b9ddee color hex is 0.22, 0.07, 0.00, 0.07. Web safe color of #b9ddee is #ccccff. Color #b9ddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011101 11101110
Octal 271 335 356
Decimal 185 221 238
Hex B9 DD EE

RGB Percentages of Color #b9ddee

%28.73
%34.32
%36.96

CMYK Percentages of Color #b9ddee

%22
%7
%0
%7

Triadic Colors of #b9ddee

#b9ddee #eeb9dd #ddeeb9

Analogous Colors of #b9ddee

#b9ddee #b9c3ee #b9eee5

Monochromatic Colors of #b9ddee

#b9ddee

Complementary Color

#b9ddee #eecab9

#b9ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ddee Color CSS Codes

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

#b9ddee Text Font Color

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

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


#b9ddee Background Color

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

This div background color is #b9ddee


#b9ddee Border Color

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

This div border color is #b9ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ddee


Comments

No comments written yet.

Please login to write comment.