Color Hex Logo

#edcf5d Color Hex

#EDCF5D
(237,207,93)
0 Favorites   0 Comments

Color spaces of #edcf5d

RGB 23720793
HSL0.130.800.65
HSV48°61°93°
CMYK 0.000.130.61   0.07
XYZ59.213763.420519.4764
Yxy63.42050.41670.4463
Hunter Lab79.6370-6.641941.2456
CIE-Lab83.6631-2.546459.1445

#edcf5d color RGB value is (237,207,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 01011101
Octal 355 317 135
Decimal 237 207 93
Hex ED CF 5D

RGB Percentages of Color #edcf5d

%44.13
%38.55
%17.32

CMYK Percentages of Color #edcf5d

%0
%13
%61
%7

Triadic Colors of #edcf5d

#edcf5d #5dedcf #cf5ded

Analogous Colors of #edcf5d

#edcf5d #c3ed5d #ed875d

Monochromatic Colors of #edcf5d

#edcf5d

Complementary Color

#edcf5d #5d7bed

#edcf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf5d Color CSS Codes

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

#edcf5d Text Font Color

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

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


#edcf5d Background Color

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

This div background color is #edcf5d


#edcf5d Border Color

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

This div border color is #edcf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf5d


Comments

No comments written yet.

Please login to write comment.