Color Hex Logo

#edcf8f Color Hex

#EDCF8F
(237,207,143)
1 Favorites   0 Comments

Color spaces of #edcf8f

RGB 237207143
HSL0.110.720.75
HSV41°40°93°
CMYK 0.000.130.40   0.07
XYZ62.195864.613335.1802
Yxy64.61330.38400.3989
Hunter Lab80.3824-2.555030.3188
CIE-Lab84.28411.828835.6650

#edcf8f color RGB value is (237,207,143).

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

The process color (four color CMYK) of #edcf8f color hex is 0.00, 0.13, 0.40, 0.07. Web safe color of #edcf8f is #ffcc99. Color #edcf8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10001111
Octal 355 317 217
Decimal 237 207 143
Hex ED CF 8F

RGB Percentages of Color #edcf8f

%40.37
%35.26
%24.36

CMYK Percentages of Color #edcf8f

%0
%13
%40
%7

Triadic Colors of #edcf8f

#edcf8f #8fedcf #cf8fed

Analogous Colors of #edcf8f

#edcf8f #dced8f #eda08f

Monochromatic Colors of #edcf8f

#edcf8f

Complementary Color

#edcf8f #8faded

#edcf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf8f Color CSS Codes

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

#edcf8f Text Font Color

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

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


#edcf8f Background Color

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

This div background color is #edcf8f


#edcf8f Border Color

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

This div border color is #edcf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf8f


Comments

No comments written yet.

Please login to write comment.