Color Hex Logo

#b9eae1 Color Hex

#B9EAE1
(185,234,225)
0 Favorites   0 Comments

Color spaces of #b9eae1

RGB 185234225
HSL0.470.540.82
HSV169°21°92°
CMYK 0.210.000.04   0.08
XYZ63.021074.596282.3111
Yxy74.59620.28660.3392
Hunter Lab86.3691-20.89973.9541
CIE-Lab89.2035-17.4643-0.8067

#b9eae1 color RGB value is (185,234,225).

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

The process color (four color CMYK) of #b9eae1 color hex is 0.21, 0.00, 0.04, 0.08. Web safe color of #b9eae1 is #ccffcc. Color #b9eae1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101010 11100001
Octal 271 352 341
Decimal 185 234 225
Hex B9 EA E1

RGB Percentages of Color #b9eae1

%28.73
%36.34
%34.94

CMYK Percentages of Color #b9eae1

%21
%0
%4
%8

Triadic Colors of #b9eae1

#b9eae1 #e1b9ea #eae1b9

Analogous Colors of #b9eae1

#b9eae1 #b9dbea #b9eac9

Monochromatic Colors of #b9eae1

#b9eae1

Complementary Color

#b9eae1 #eab9c2

#b9eae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9eae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9eae1 Color CSS Codes

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

#b9eae1 Text Font Color

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

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


#b9eae1 Background Color

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

This div background color is #b9eae1


#b9eae1 Border Color

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

This div border color is #b9eae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9eae1


Comments

No comments written yet.

Please login to write comment.