Color Hex Logo

#edca7f Color Hex

#EDCA7F
(237,202,127)
0 Favorites   0 Comments

Color spaces of #edca7f

RGB 237202127
HSL0.110.750.71
HSV41°46°93°
CMYK 0.000.150.46   0.07
XYZ59.876361.777928.8472
Yxy61.77790.39780.4105
Hunter Lab78.5989-1.567633.2588
CIE-Lab82.79522.781841.8834

#edca7f color RGB value is (237,202,127).

#edca7f hex color red value is 237, green value is 202 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #edca7f hue: 0.11 , saturation: 0.75 and the lightness value of edca7f is 0.71.

The process color (four color CMYK) of #edca7f color hex is 0.00, 0.15, 0.46, 0.07. Web safe color of #edca7f is #ffcc66. Color #edca7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 01111111
Octal 355 312 177
Decimal 237 202 127
Hex ED CA 7F

RGB Percentages of Color #edca7f

%41.87
%35.69
%22.44

CMYK Percentages of Color #edca7f

%0
%15
%46
%7

Triadic Colors of #edca7f

#edca7f #7fedca #ca7fed

Analogous Colors of #edca7f

#edca7f #d9ed7f #ed937f

Monochromatic Colors of #edca7f

#edca7f

Complementary Color

#edca7f #7fa2ed

#edca7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca7f Color CSS Codes

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

#edca7f Text Font Color

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

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


#edca7f Background Color

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

This div background color is #edca7f


#edca7f Border Color

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

This div border color is #edca7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca7f


Comments

No comments written yet.

Please login to write comment.