Color Hex Logo

#edc954 Color Hex

#EDC954
(237,201,84)
0 Favorites   0 Comments

Color spaces of #edc954

RGB 23720184
HSL0.130.810.63
HSV46°65°93°
CMYK 0.000.150.65   0.07
XYZ57.411960.417917.0234
Yxy60.41790.42570.4480
Hunter Lab77.7290-4.182641.4252
CIE-Lab82.0648-0.033161.3335

#edc954 color RGB value is (237,201,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01010100
Octal 355 311 124
Decimal 237 201 84
Hex ED C9 54

RGB Percentages of Color #edc954

%45.40
%38.51
%16.09

CMYK Percentages of Color #edc954

%0
%15
%65
%7

Triadic Colors of #edc954

#edc954 #54edc9 #c954ed

Analogous Colors of #edc954

#edc954 #c5ed54 #ed7d54

Monochromatic Colors of #edc954

#edc954

Complementary Color

#edc954 #5478ed

#edc954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc954 Color CSS Codes

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

#edc954 Text Font Color

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

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


#edc954 Background Color

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

This div background color is #edc954


#edc954 Border Color

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

This div border color is #edc954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc954


Comments

No comments written yet.

Please login to write comment.