Color Hex Logo

#edca60 Color Hex

#EDCA60
(237,202,96)
0 Favorites   0 Comments

Color spaces of #edca60

RGB 23720296
HSL0.130.800.65
HSV45°59°93°
CMYK 0.000.150.59   0.07
XYZ58.156961.090119.7927
Yxy61.09010.41830.4394
Hunter Lab78.1602-3.963239.6979
CIE-Lab82.42720.225456.4068

#edca60 color RGB value is (237,202,96).

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

The process color (four color CMYK) of #edca60 color hex is 0.00, 0.15, 0.59, 0.07. Web safe color of #edca60 is #ffcc66. Color #edca60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 01100000
Octal 355 312 140
Decimal 237 202 96
Hex ED CA 60

RGB Percentages of Color #edca60

%44.30
%37.76
%17.94

CMYK Percentages of Color #edca60

%0
%15
%59
%7

Triadic Colors of #edca60

#edca60 #60edca #ca60ed

Analogous Colors of #edca60

#edca60 #caed60 #ed8460

Monochromatic Colors of #edca60

#edca60

Complementary Color

#edca60 #6083ed

#edca60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca60 Color CSS Codes

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

#edca60 Text Font Color

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

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


#edca60 Background Color

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

This div background color is #edca60


#edca60 Border Color

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

This div border color is #edca60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca60


Comments

No comments written yet.

Please login to write comment.