Color Hex Logo

#edca47 Color Hex

#EDCA47
(237,202,71)
0 Favorites   0 Comments

Color spaces of #edca47

RGB 23720271
HSL0.130.820.60
HSV47°70°93°
CMYK 0.000.150.70   0.07
XYZ57.182960.700514.6637
Yxy60.70050.43140.4580
Hunter Lab77.9105-5.332343.3783
CIE-Lab82.2175-1.253866.8246

#edca47 color RGB value is (237,202,71).

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

The process color (four color CMYK) of #edca47 color hex is 0.00, 0.15, 0.70, 0.07. Web safe color of #edca47 is #ffcc33. Color #edca47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 01000111
Octal 355 312 107
Decimal 237 202 71
Hex ED CA 47

RGB Percentages of Color #edca47

%46.47
%39.61
%13.92

CMYK Percentages of Color #edca47

%0
%15
%70
%7

Triadic Colors of #edca47

#edca47 #47edca #ca47ed

Analogous Colors of #edca47

#edca47 #bded47 #ed7747

Monochromatic Colors of #edca47

#edca47

Complementary Color

#edca47 #476aed

#edca47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca47 Color CSS Codes

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

#edca47 Text Font Color

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

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


#edca47 Background Color

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

This div background color is #edca47


#edca47 Border Color

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

This div border color is #edca47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca47


Comments

No comments written yet.

Please login to write comment.