Color Hex Logo

#edca3f Color Hex

#EDCA3F
(237,202,63)
0 Favorites   0 Comments

Color spaces of #edca3f

RGB 23720263
HSL0.130.830.59
HSV48°73°93°
CMYK 0.000.150.73   0.07
XYZ56.942860.604513.3993
Yxy60.60450.43490.4628
Hunter Lab77.8489-5.671244.2893
CIE-Lab82.1657-1.622169.7708

#edca3f color RGB value is (237,202,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 00111111
Octal 355 312 77
Decimal 237 202 63
Hex ED CA 3F

RGB Percentages of Color #edca3f

%47.21
%40.24
%12.55

CMYK Percentages of Color #edca3f

%0
%15
%73
%7

Triadic Colors of #edca3f

#edca3f #3fedca #ca3fed

Analogous Colors of #edca3f

#edca3f #b9ed3f #ed733f

Monochromatic Colors of #edca3f

#edca3f

Complementary Color

#edca3f #3f62ed

#edca3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca3f Color CSS Codes

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

#edca3f Text Font Color

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

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


#edca3f Background Color

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

This div background color is #edca3f


#edca3f Border Color

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

This div border color is #edca3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca3f


Comments

No comments written yet.

Please login to write comment.