Color Hex Logo

#edca29 Color Hex

#EDCA29
(237,202,41)
0 Favorites   0 Comments

Color spaces of #edca29

RGB 23720241
HSL0.140.840.55
HSV49°83°93°
CMYK 0.000.150.83   0.07
XYZ56.445860.405710.7823
Yxy60.40570.44220.4733
Hunter Lab77.7211-6.374446.1794
CIE-Lab82.0582-2.388976.5363

#edca29 color RGB value is (237,202,41).

#edca29 hex color red value is 237, green value is 202 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #edca29 hue: 0.14 , saturation: 0.84 and the lightness value of edca29 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 00101001
Octal 355 312 51
Decimal 237 202 41
Hex ED CA 29

RGB Percentages of Color #edca29

%49.38
%42.08
%8.54

CMYK Percentages of Color #edca29

%0
%15
%83
%7

Triadic Colors of #edca29

#edca29 #29edca #ca29ed

Analogous Colors of #edca29

#edca29 #aeed29 #ed6829

Monochromatic Colors of #edca29

#edca29

Complementary Color

#edca29 #294ced

#edca29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca29 Color CSS Codes

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

#edca29 Text Font Color

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

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


#edca29 Background Color

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

This div background color is #edca29


#edca29 Border Color

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

This div border color is #edca29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca29


Comments

No comments written yet.

Please login to write comment.