Color Hex Logo

#edcf6d Color Hex

#EDCF6D
(237,207,109)
0 Favorites   0 Comments

Color spaces of #edcf6d

RGB 237207109
HSL0.130.780.68
HSV46°54°93°
CMYK 0.000.130.54   0.07
XYZ59.998263.734323.6077
Yxy63.73430.40720.4326
Hunter Lab79.8338-5.559338.3509
CIE-Lab83.8272-1.376151.9648

#edcf6d color RGB value is (237,207,109).

#edcf6d hex color red value is 237, green value is 207 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #edcf6d hue: 0.13 , saturation: 0.78 and the lightness value of edcf6d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 01101101
Octal 355 317 155
Decimal 237 207 109
Hex ED CF 6D

RGB Percentages of Color #edcf6d

%42.86
%37.43
%19.71

CMYK Percentages of Color #edcf6d

%0
%13
%54
%7

Triadic Colors of #edcf6d

#edcf6d #6dedcf #cf6ded

Analogous Colors of #edcf6d

#edcf6d #cbed6d #ed8f6d

Monochromatic Colors of #edcf6d

#edcf6d

Complementary Color

#edcf6d #6d8bed

#edcf6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf6d Color CSS Codes

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

#edcf6d Text Font Color

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

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


#edcf6d Background Color

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

This div background color is #edcf6d


#edcf6d Border Color

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

This div border color is #edcf6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf6d


Comments

No comments written yet.

Please login to write comment.