Color Hex Logo

#edca45 Color Hex

#EDCA45
(237,202,69)
0 Favorites   0 Comments

Color spaces of #edca45

RGB 23720269
HSL0.130.820.60
HSV48°71°93°
CMYK 0.000.150.71   0.07
XYZ57.119860.675314.3312
Yxy60.67530.43230.4592
Hunter Lab77.8944-5.421443.6177
CIE-Lab82.2039-1.350667.5819

#edca45 color RGB value is (237,202,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 01000101
Octal 355 312 105
Decimal 237 202 69
Hex ED CA 45

RGB Percentages of Color #edca45

%46.65
%39.76
%13.58

CMYK Percentages of Color #edca45

%0
%15
%71
%7

Triadic Colors of #edca45

#edca45 #45edca #ca45ed

Analogous Colors of #edca45

#edca45 #bced45 #ed7645

Monochromatic Colors of #edca45

#edca45

Complementary Color

#edca45 #4568ed

#edca45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca45 Color CSS Codes

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

#edca45 Text Font Color

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

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


#edca45 Background Color

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

This div background color is #edca45


#edca45 Border Color

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

This div border color is #edca45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca45


Comments

No comments written yet.

Please login to write comment.