Color Hex Logo

#edc454 Color Hex

#EDC454
(237,196,84)
0 Favorites   0 Comments

Color spaces of #edc454

RGB 23719684
HSL0.120.810.63
HSV44°65°93°
CMYK 0.000.170.65   0.07
XYZ56.265258.124516.6412
Yxy58.12450.42940.4436
Hunter Lab76.2394-1.684840.4260
CIE-Lab80.80802.551459.9790

#edc454 color RGB value is (237,196,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 01010100
Octal 355 304 124
Decimal 237 196 84
Hex ED C4 54

RGB Percentages of Color #edc454

%45.84
%37.91
%16.25

CMYK Percentages of Color #edc454

%0
%17
%65
%7

Triadic Colors of #edc454

#edc454 #54edc4 #c454ed

Analogous Colors of #edc454

#edc454 #caed54 #ed7854

Monochromatic Colors of #edc454

#edc454

Complementary Color

#edc454 #547ded

#edc454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc454 Color CSS Codes

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

#edc454 Text Font Color

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

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


#edc454 Background Color

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

This div background color is #edc454


#edc454 Border Color

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

This div border color is #edc454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc454


Comments

No comments written yet.

Please login to write comment.