Color Hex Logo

#eaedbc Color Hex

#EAEDBC
(234,237,188)
0 Favorites   0 Comments

Color spaces of #eaedbc

RGB 234237188
HSL0.180.580.83
HSV64°21°93°
CMYK 0.010.000.21   0.07
XYZ73.293081.691659.4821
Yxy81.69160.34170.3809
Hunter Lab90.3834-13.423124.2491
CIE-Lab92.4386-8.902023.4677

#eaedbc color RGB value is (234,237,188).

#eaedbc hex color red value is 234, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #eaedbc hue: 0.18 , saturation: 0.58 and the lightness value of eaedbc is 0.83.

The process color (four color CMYK) of #eaedbc color hex is 0.01, 0.00, 0.21, 0.07. Web safe color of #eaedbc is #ffffcc. Color #eaedbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 10111100
Octal 352 355 274
Decimal 234 237 188
Hex EA ED BC

RGB Percentages of Color #eaedbc

%35.51
%35.96
%28.53

CMYK Percentages of Color #eaedbc

%1
%0
%21
%7

Triadic Colors of #eaedbc

#eaedbc #bceaed #edbcea

Analogous Colors of #eaedbc

#eaedbc #d2edbc #edd8bc

Monochromatic Colors of #eaedbc

#eaedbc

Complementary Color

#eaedbc #bfbced

#eaedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaedbc Color CSS Codes

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

#eaedbc Text Font Color

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

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


#eaedbc Background Color

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

This div background color is #eaedbc


#eaedbc Border Color

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

This div border color is #eaedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaedbc


Comments

No comments written yet.

Please login to write comment.