Color Hex Logo

#edebc4 Color Hex

#EDEBC4
(237,235,196)
0 Favorites   0 Comments

Color spaces of #edebc4

RGB 237235196
HSL0.160.530.85
HSV57°17°93°
CMYK 0.000.010.17   0.07
XYZ74.597281.406764.0059
Yxy81.40670.33910.3700
Hunter Lab90.2257-10.313821.0978
CIE-Lab92.3124-5.654419.2062

#edebc4 color RGB value is (237,235,196).

#edebc4 hex color red value is 237, green value is 235 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #edebc4 hue: 0.16 , saturation: 0.53 and the lightness value of edebc4 is 0.85.

The process color (four color CMYK) of #edebc4 color hex is 0.00, 0.01, 0.17, 0.07. Web safe color of #edebc4 is #ffffcc. Color #edebc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11000100
Octal 355 353 304
Decimal 237 235 196
Hex ED EB C4

RGB Percentages of Color #edebc4

%35.48
%35.18
%29.34

CMYK Percentages of Color #edebc4

%0
%1
%17
%7

Triadic Colors of #edebc4

#edebc4 #c4edeb #ebc4ed

Analogous Colors of #edebc4

#edebc4 #dbedc4 #edd7c4

Monochromatic Colors of #edebc4

#edebc4

Complementary Color

#edebc4 #c4c6ed

#edebc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebc4 Color CSS Codes

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

#edebc4 Text Font Color

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

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


#edebc4 Background Color

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

This div background color is #edebc4


#edebc4 Border Color

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

This div border color is #edebc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebc4


Comments

No comments written yet.

Please login to write comment.