Color Hex Logo

#edd25c Color Hex

#EDD25C
(237,210,92)
0 Favorites   0 Comments

Color spaces of #edd25c

RGB 23721092
HSL0.140.800.65
HSV49°61°93°
CMYK 0.000.110.61   0.07
XYZ59.903464.870419.4892
Yxy64.87040.41520.4497
Hunter Lab80.5422-8.189042.0328
CIE-Lab84.4169-4.143860.4194

#edd25c color RGB value is (237,210,92).

#edd25c hex color red value is 237, green value is 210 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #edd25c hue: 0.14 , saturation: 0.80 and the lightness value of edd25c is 0.65.

The process color (four color CMYK) of #edd25c color hex is 0.00, 0.11, 0.61, 0.07. Web safe color of #edd25c is #ffcc66. Color #edd25c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 01011100
Octal 355 322 134
Decimal 237 210 92
Hex ED D2 5C

RGB Percentages of Color #edd25c

%43.97
%38.96
%17.07

CMYK Percentages of Color #edd25c

%0
%11
%61
%7

Triadic Colors of #edd25c

#edd25c #5cedd2 #d25ced

Analogous Colors of #edd25c

#edd25c #c0ed5c #ed8a5c

Monochromatic Colors of #edd25c

#edd25c

Complementary Color

#edd25c #5c77ed

#edd25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd25c Color CSS Codes

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

#edd25c Text Font Color

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

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


#edd25c Background Color

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

This div background color is #edd25c


#edd25c Border Color

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

This div border color is #edd25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd25c


Comments

No comments written yet.

Please login to write comment.