Color Hex Logo

#edc962 Color Hex

#EDC962
(237,201,98)
0 Favorites   0 Comments

Color spaces of #edc962

RGB 23720198
HSL0.120.790.66
HSV44°59°93°
CMYK 0.000.150.59   0.07
XYZ58.016360.659720.2060
Yxy60.65970.41770.4368
Hunter Lab77.8843-3.332439.1371
CIE-Lab82.19550.881755.2241

#edc962 color RGB value is (237,201,98).

#edc962 hex color red value is 237, green value is 201 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #edc962 hue: 0.12 , saturation: 0.79 and the lightness value of edc962 is 0.66.

The process color (four color CMYK) of #edc962 color hex is 0.00, 0.15, 0.59, 0.07. Web safe color of #edc962 is #ffcc66. Color #edc962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01100010
Octal 355 311 142
Decimal 237 201 98
Hex ED C9 62

RGB Percentages of Color #edc962

%44.22
%37.50
%18.28

CMYK Percentages of Color #edc962

%0
%15
%59
%7

Triadic Colors of #edc962

#edc962 #62edc9 #c962ed

Analogous Colors of #edc962

#edc962 #cced62 #ed8462

Monochromatic Colors of #edc962

#edc962

Complementary Color

#edc962 #6286ed

#edc962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc962 Color CSS Codes

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

#edc962 Text Font Color

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

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


#edc962 Background Color

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

This div background color is #edc962


#edc962 Border Color

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

This div border color is #edc962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc962


Comments

No comments written yet.

Please login to write comment.