Color Hex Logo

#edca74 Color Hex

#EDCA74
(237,202,116)
0 Favorites   0 Comments

Color spaces of #edca74

RGB 237202116
HSL0.120.770.69
HSV43°51°93°
CMYK 0.000.150.51   0.07
XYZ59.198061.506525.2749
Yxy61.50650.40550.4213
Hunter Lab78.4261-2.509335.7905
CIE-Lab82.65031.781647.1712

#edca74 color RGB value is (237,202,116).

#edca74 hex color red value is 237, green value is 202 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #edca74 hue: 0.12 , saturation: 0.77 and the lightness value of edca74 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 01110100
Octal 355 312 164
Decimal 237 202 116
Hex ED CA 74

RGB Percentages of Color #edca74

%42.70
%36.40
%20.90

CMYK Percentages of Color #edca74

%0
%15
%51
%7

Triadic Colors of #edca74

#edca74 #74edca #ca74ed

Analogous Colors of #edca74

#edca74 #d4ed74 #ed8e74

Monochromatic Colors of #edca74

#edca74

Complementary Color

#edca74 #7497ed

#edca74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca74 Color CSS Codes

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

#edca74 Text Font Color

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

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


#edca74 Background Color

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

This div background color is #edca74


#edca74 Border Color

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

This div border color is #edca74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca74


Comments

No comments written yet.

Please login to write comment.