Color Hex Logo

#b7eadc Color Hex

#B7EADC
(183,234,220)
0 Favorites   0 Comments

Color spaces of #b7eadc

RGB 183234220
HSL0.450.550.82
HSV164°22°92°
CMYK 0.220.000.06   0.08
XYZ61.869574.080278.7482
Yxy74.08020.28820.3450
Hunter Lab86.0699-22.31136.0025
CIE-Lab88.9604-19.08811.4418

#b7eadc color RGB value is (183,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101010 11011100
Octal 267 352 334
Decimal 183 234 220
Hex B7 EA DC

RGB Percentages of Color #b7eadc

%28.73
%36.73
%34.54

CMYK Percentages of Color #b7eadc

%22
%0
%6
%8

Triadic Colors of #b7eadc

#b7eadc #dcb7ea #eadcb7

Analogous Colors of #b7eadc

#b7eadc #b7dfea #b7eac3

Monochromatic Colors of #b7eadc

#b7eadc

Complementary Color

#b7eadc #eab7c5

#b7eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7eadc Color CSS Codes

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

#b7eadc Text Font Color

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

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


#b7eadc Background Color

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

This div background color is #b7eadc


#b7eadc Border Color

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

This div border color is #b7eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7eadc


Comments

No comments written yet.

Please login to write comment.