Color Hex Logo

#edd558 Color Hex

#EDD558
(237,213,88)
0 Favorites   0 Comments

Color spaces of #edd558

RGB 23721388
HSL0.140.810.64
HSV50°63°93°
CMYK 0.000.100.63   0.07
XYZ60.480866.297618.8416
Yxy66.29760.41530.4553
Hunter Lab81.4233-9.902043.2765
CIE-Lab85.1480-5.922162.9424

#edd558 color RGB value is (237,213,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 01011000
Octal 355 325 130
Decimal 237 213 88
Hex ED D5 58

RGB Percentages of Color #edd558

%44.05
%39.59
%16.36

CMYK Percentages of Color #edd558

%0
%10
%63
%7

Triadic Colors of #edd558

#edd558 #58edd5 #d558ed

Analogous Colors of #edd558

#edd558 #bbed58 #ed8b58

Monochromatic Colors of #edd558

#edd558

Complementary Color

#edd558 #5870ed

#edd558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd558 Color CSS Codes

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

#edd558 Text Font Color

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

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


#edd558 Background Color

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

This div background color is #edd558


#edd558 Border Color

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

This div border color is #edd558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd558


Comments

No comments written yet.

Please login to write comment.