Color Hex Logo

#edcf7f Color Hex

#EDCF7F
(237,207,127)
0 Favorites   0 Comments

Color spaces of #edcf7f

RGB 237207127
HSL0.120.750.71
HSV44°46°93°
CMYK 0.000.130.46   0.07
XYZ61.068664.162529.2446
Yxy64.16250.39530.4154
Hunter Lab80.1015-4.091034.4246
CIE-Lab84.05030.198143.4603

#edcf7f color RGB value is (237,207,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 01111111
Octal 355 317 177
Decimal 237 207 127
Hex ED CF 7F

RGB Percentages of Color #edcf7f

%41.51
%36.25
%22.24

CMYK Percentages of Color #edcf7f

%0
%13
%46
%7

Triadic Colors of #edcf7f

#edcf7f #7fedcf #cf7fed

Analogous Colors of #edcf7f

#edcf7f #d4ed7f #ed987f

Monochromatic Colors of #edcf7f

#edcf7f

Complementary Color

#edcf7f #7f9ded

#edcf7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf7f Color CSS Codes

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

#edcf7f Text Font Color

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

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


#edcf7f Background Color

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

This div background color is #edcf7f


#edcf7f Border Color

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

This div border color is #edcf7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf7f


Comments

No comments written yet.

Please login to write comment.