Color Hex Logo

#edd554 Color Hex

#EDD554
(237,213,84)
0 Favorites   0 Comments

Color spaces of #edd554

RGB 23721384
HSL0.140.810.63
HSV51°65°93°
CMYK 0.000.100.65   0.07
XYZ60.319566.233117.9926
Yxy66.23310.41730.4582
Hunter Lab81.3837-10.121943.8606
CIE-Lab85.1152-6.163364.5857

#edd554 color RGB value is (237,213,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 01010100
Octal 355 325 124
Decimal 237 213 84
Hex ED D5 54

RGB Percentages of Color #edd554

%44.38
%39.89
%15.73

CMYK Percentages of Color #edd554

%0
%10
%65
%7

Triadic Colors of #edd554

#edd554 #54edd5 #d554ed

Analogous Colors of #edd554

#edd554 #b9ed54 #ed8954

Monochromatic Colors of #edd554

#edd554

Complementary Color

#edd554 #546ced

#edd554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd554 Color CSS Codes

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

#edd554 Text Font Color

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

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


#edd554 Background Color

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

This div background color is #edd554


#edd554 Border Color

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

This div border color is #edd554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd554


Comments

No comments written yet.

Please login to write comment.