Color Hex Logo

#b9dcea Color Hex

#B9DCEA
(185,220,234)
0 Favorites   0 Comments

Color spaces of #b9dcea

RGB 185220234
HSL0.550.540.82
HSV197°21°92°
CMYK 0.210.060.00   0.08
XYZ60.452167.441287.6732
Yxy67.44120.28040.3129
Hunter Lab82.1226-12.3171-5.8116
CIE-Lab85.7263-8.4827-10.6753

#b9dcea color RGB value is (185,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011100 11101010
Octal 271 334 352
Decimal 185 220 234
Hex B9 DC EA

RGB Percentages of Color #b9dcea

%28.95
%34.43
%36.62

CMYK Percentages of Color #b9dcea

%21
%6
%0
%8

Triadic Colors of #b9dcea

#b9dcea #eab9dc #dceab9

Analogous Colors of #b9dcea

#b9dcea #b9c4ea #b9eae0

Monochromatic Colors of #b9dcea

#b9dcea

Complementary Color

#b9dcea #eac7b9

#b9dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dcea Color CSS Codes

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

#b9dcea Text Font Color

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

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


#b9dcea Background Color

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

This div background color is #b9dcea


#b9dcea Border Color

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

This div border color is #b9dcea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,220,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 #b9dcea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dcea

#b9dcea Color Palettes


Comments

No comments written yet.

Please login to write comment.