Color Hex Logo

#edcf8e Color Hex

#EDCF8E
(237,207,142)
0 Favorites   0 Comments

Color spaces of #edcf8e

RGB 237207142
HSL0.110.730.74
HSV41°40°93°
CMYK 0.000.130.40   0.07
XYZ62.120464.583234.7829
Yxy64.58320.38470.3999
Hunter Lab80.3637-2.657530.5928
CIE-Lab84.26851.720536.1568

#edcf8e color RGB value is (237,207,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10001110
Octal 355 317 216
Decimal 237 207 142
Hex ED CF 8E

RGB Percentages of Color #edcf8e

%40.44
%35.32
%24.23

CMYK Percentages of Color #edcf8e

%0
%13
%40
%7

Triadic Colors of #edcf8e

#edcf8e #8eedcf #cf8eed

Analogous Colors of #edcf8e

#edcf8e #dced8e #eda08e

Monochromatic Colors of #edcf8e

#edcf8e

Complementary Color

#edcf8e #8eaced

#edcf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf8e Color CSS Codes

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

#edcf8e Text Font Color

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

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


#edcf8e Background Color

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

This div background color is #edcf8e


#edcf8e Border Color

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

This div border color is #edcf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf8e

#edcf8e Color Palettes


Comments

No comments written yet.

Please login to write comment.