Color Hex Logo

#edc33c Color Hex

#EDC33C
(237,195,60)
0 Favorites   0 Comments

Color spaces of #edc33c

RGB 23719560
HSL0.130.830.58
HSV46°75°93°
CMYK 0.000.180.75   0.07
XYZ55.255857.361012.4344
Yxy57.36100.44190.4587
Hunter Lab75.7370-2.310843.2818
CIE-Lab80.38221.860869.1435

#edc33c color RGB value is (237,195,60).

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

The process color (four color CMYK) of #edc33c color hex is 0.00, 0.18, 0.75, 0.07. Web safe color of #edc33c is #ffcc33. Color #edc33c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 00111100
Octal 355 303 74
Decimal 237 195 60
Hex ED C3 3C

RGB Percentages of Color #edc33c

%48.17
%39.63
%12.20

CMYK Percentages of Color #edc33c

%0
%18
%75
%7

Triadic Colors of #edc33c

#edc33c #3cedc3 #c33ced

Analogous Colors of #edc33c

#edc33c #bfed3c #ed6b3c

Monochromatic Colors of #edc33c

#edc33c

Complementary Color

#edc33c #3c66ed

#edc33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc33c Color CSS Codes

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

#edc33c Text Font Color

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

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


#edc33c Background Color

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

This div background color is #edc33c


#edc33c Border Color

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

This div border color is #edc33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc33c


Comments

No comments written yet.

Please login to write comment.