Color Hex Logo

#edc735 Color Hex

#EDC735
(237,199,53)
0 Favorites   0 Comments

Color spaces of #edc735

RGB 23719953
HSL0.130.840.57
HSV48°78°93°
CMYK 0.000.160.78   0.07
XYZ55.991159.108411.8262
Yxy59.10840.44110.4657
Hunter Lab76.8820-4.546744.6972
CIE-Lab81.3511-0.472772.4226

#edc735 color RGB value is (237,199,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 00110101
Octal 355 307 65
Decimal 237 199 53
Hex ED C7 35

RGB Percentages of Color #edc735

%48.47
%40.70
%10.84

CMYK Percentages of Color #edc735

%0
%16
%78
%7

Triadic Colors of #edc735

#edc735 #35edc7 #c735ed

Analogous Colors of #edc735

#edc735 #b7ed35 #ed6b35

Monochromatic Colors of #edc735

#edc735

Complementary Color

#edc735 #355bed

#edc735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc735 Color CSS Codes

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

#edc735 Text Font Color

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

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


#edc735 Background Color

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

This div background color is #edc735


#edc735 Border Color

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

This div border color is #edc735


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,199,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 #edc735">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc735


Comments

No comments written yet.

Please login to write comment.