Color Hex Logo

#b8eadc Color Hex

#B8EADC
(184,234,220)
0 Favorites   0 Comments

Color spaces of #b8eadc

RGB 184234220
HSL0.450.540.82
HSV163°21°92°
CMYK 0.210.000.06   0.08
XYZ62.108374.203378.7594
Yxy74.20330.28880.3450
Hunter Lab86.1413-22.04806.0898
CIE-Lab89.0185-18.78181.5334

#b8eadc color RGB value is (184,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101010 11011100
Octal 270 352 334
Decimal 184 234 220
Hex B8 EA DC

RGB Percentages of Color #b8eadc

%28.84
%36.68
%34.48

CMYK Percentages of Color #b8eadc

%21
%0
%6
%8

Triadic Colors of #b8eadc

#b8eadc #dcb8ea #eadcb8

Analogous Colors of #b8eadc

#b8eadc #b8dfea #b8eac3

Monochromatic Colors of #b8eadc

#b8eadc

Complementary Color

#b8eadc #eab8c6

#b8eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8eadc Color CSS Codes

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

#b8eadc Text Font Color

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

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


#b8eadc Background Color

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

This div background color is #b8eadc


#b8eadc Border Color

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

This div border color is #b8eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8eadc

#b8eadc Color Palettes


Comments

No comments written yet.

Please login to write comment.