Color Hex Logo

#edc935 Color Hex

#EDC935
(237,201,53)
0 Favorites   0 Comments

Color spaces of #edc935

RGB 23720153
HSL0.130.840.57
HSV48°78°93°
CMYK 0.000.150.78   0.07
XYZ56.454360.034911.9806
Yxy60.03490.43940.4673
Hunter Lab77.4822-5.536945.0699
CIE-Lab81.8572-1.501272.8816

#edc935 color RGB value is (237,201,53).

#edc935 hex color red value is 237, green value is 201 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #edc935 hue: 0.13 , saturation: 0.84 and the lightness value of edc935 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 00110101
Octal 355 311 65
Decimal 237 201 53
Hex ED C9 35

RGB Percentages of Color #edc935

%48.27
%40.94
%10.79

CMYK Percentages of Color #edc935

%0
%15
%78
%7

Triadic Colors of #edc935

#edc935 #35edc9 #c935ed

Analogous Colors of #edc935

#edc935 #b5ed35 #ed6d35

Monochromatic Colors of #edc935

#edc935

Complementary Color

#edc935 #3559ed

#edc935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc935 Color CSS Codes

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

#edc935 Text Font Color

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

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


#edc935 Background Color

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

This div background color is #edc935


#edc935 Border Color

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

This div border color is #edc935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc935


Comments

No comments written yet.

Please login to write comment.