Color Hex Logo

#b9ddea Color Hex

#B9DDEA
(185,221,234)
0 Favorites   0 Comments

Color spaces of #b9ddea

RGB 185221234
HSL0.540.540.82
HSV196°21°92°
CMYK 0.210.060.00   0.08
XYZ60.715367.967787.7609
Yxy67.96770.28050.3140
Hunter Lab82.4425-12.8170-5.4050
CIE-Lab85.9903-8.9976-10.2821

#b9ddea color RGB value is (185,221,234).

#b9ddea hex color red value is 185, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b9ddea hue: 0.54 , saturation: 0.54 and the lightness value of b9ddea is 0.82.

The process color (four color CMYK) of #b9ddea color hex is 0.21, 0.06, 0.00, 0.08. Web safe color of #b9ddea is #ccccff. Color #b9ddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011101 11101010
Octal 271 335 352
Decimal 185 221 234
Hex B9 DD EA

RGB Percentages of Color #b9ddea

%28.91
%34.53
%36.56

CMYK Percentages of Color #b9ddea

%21
%6
%0
%8

Triadic Colors of #b9ddea

#b9ddea #eab9dd #ddeab9

Analogous Colors of #b9ddea

#b9ddea #b9c5ea #b9eadf

Monochromatic Colors of #b9ddea

#b9ddea

Complementary Color

#b9ddea #eac6b9

#b9ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ddea Color CSS Codes

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

#b9ddea Text Font Color

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

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


#b9ddea Background Color

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

This div background color is #b9ddea


#b9ddea Border Color

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

This div border color is #b9ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ddea


Comments

No comments written yet.

Please login to write comment.