Color Hex Logo

#edc554 Color Hex

#EDC554
(237,197,84)
0 Favorites   0 Comments

Color spaces of #edc554

RGB 23719784
HSL0.120.810.63
HSV44°65°93°
CMYK 0.000.170.65   0.07
XYZ56.491558.577116.7166
Yxy58.57710.42870.4445
Hunter Lab76.5357-2.185440.6251
CIE-Lab81.05862.033360.2498

#edc554 color RGB value is (237,197,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 01010100
Octal 355 305 124
Decimal 237 197 84
Hex ED C5 54

RGB Percentages of Color #edc554

%45.75
%38.03
%16.22

CMYK Percentages of Color #edc554

%0
%17
%65
%7

Triadic Colors of #edc554

#edc554 #54edc5 #c554ed

Analogous Colors of #edc554

#edc554 #c9ed54 #ed7954

Monochromatic Colors of #edc554

#edc554

Complementary Color

#edc554 #547ced

#edc554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc554 Color CSS Codes

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

#edc554 Text Font Color

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

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


#edc554 Background Color

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

This div background color is #edc554


#edc554 Border Color

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

This div border color is #edc554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc554


Comments

No comments written yet.

Please login to write comment.