Color Hex Logo

#b9dde4 Color Hex

#B9DDE4
(185,221,228)
0 Favorites   0 Comments

Color spaces of #b9dde4

RGB 185221228
HSL0.530.440.81
HSV190°19°89°
CMYK 0.190.030.00   0.11
XYZ59.867667.628683.2971
Yxy67.62860.28400.3208
Hunter Lab82.2366-13.9675-2.4890
CIE-Lab85.8204-10.2787-7.3643

#b9dde4 color RGB value is (185,221,228).

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

The process color (four color CMYK) of #b9dde4 color hex is 0.19, 0.03, 0.00, 0.11. Web safe color of #b9dde4 is #cccccc. Color #b9dde4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011101 11100100
Octal 271 335 344
Decimal 185 221 228
Hex B9 DD E4

RGB Percentages of Color #b9dde4

%29.18
%34.86
%35.96

CMYK Percentages of Color #b9dde4

%19
%3
%0
%11

Triadic Colors of #b9dde4

#b9dde4 #e4b9dd #dde4b9

Analogous Colors of #b9dde4

#b9dde4 #b9c8e4 #b9e4d6

Monochromatic Colors of #b9dde4

#b9dde4

Complementary Color

#b9dde4 #e4c0b9

#b9dde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dde4 Color CSS Codes

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

#b9dde4 Text Font Color

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

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


#b9dde4 Background Color

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

This div background color is #b9dde4


#b9dde4 Border Color

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

This div border color is #b9dde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dde4


Comments

No comments written yet.

Please login to write comment.