Color Hex Logo

#edcab4 Color Hex

#EDCAB4
(237,202,180)
0 Favorites   0 Comments

Color spaces of #edcab4

RGB 237202180
HSL0.060.610.82
HSV23°24°93°
CMYK 0.000.150.24   0.07
XYZ64.283863.540952.0565
Yxy63.54090.35740.3532
Hunter Lab79.71254.453517.0793
CIE-Lab83.72629.037915.5543

#edcab4 color RGB value is (237,202,180).

#edcab4 hex color red value is 237, green value is 202 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #edcab4 hue: 0.06 , saturation: 0.61 and the lightness value of edcab4 is 0.82.

The process color (four color CMYK) of #edcab4 color hex is 0.00, 0.15, 0.24, 0.07. Web safe color of #edcab4 is #ffcccc. Color #edcab4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 10110100
Octal 355 312 264
Decimal 237 202 180
Hex ED CA B4

RGB Percentages of Color #edcab4

%38.29
%32.63
%29.08

CMYK Percentages of Color #edcab4

%0
%15
%24
%7

Triadic Colors of #edcab4

#edcab4 #b4edca #cab4ed

Analogous Colors of #edcab4

#edcab4 #ede7b4 #edb4bb

Monochromatic Colors of #edcab4

#edcab4

Complementary Color

#edcab4 #b4d7ed

#edcab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcab4 Color CSS Codes

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

#edcab4 Text Font Color

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

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


#edcab4 Background Color

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

This div background color is #edcab4


#edcab4 Border Color

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

This div border color is #edcab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcab4

#edcab4 Color Palettes


Comments

No comments written yet.

Please login to write comment.