Color Hex Logo

#edd001 Color Hex

#EDD001
(237,208,1)
0 Favorites   0 Comments

Color spaces of #edd001

RGB 2372081
HSL0.150.990.47
HSV53°100°93°
CMYK 0.000.121.00   0.07
XYZ57.486463.11859.1819
Yxy63.11850.44290.4863
Hunter Lab79.4472-9.873448.7607
CIE-Lab83.5047-6.056883.8555

#edd001 color RGB value is (237,208,1).

#edd001 hex color red value is 237, green value is 208 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #edd001 hue: 0.15 , saturation: 0.99 and the lightness value of edd001 is 0.47.

The process color (four color CMYK) of #edd001 color hex is 0.00, 0.12, 1.00, 0.07. Web safe color of #edd001 is #ffcc00. Color #edd001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 00000001
Octal 355 320 1
Decimal 237 208 1
Hex ED D0 1

RGB Percentages of Color #edd001

%53.14
%46.64
%0.22

CMYK Percentages of Color #edd001

%0
%12
%100
%7

Triadic Colors of #edd001

#edd001 #01edd0 #d001ed

Analogous Colors of #edd001

#edd001 #94ed01 #ed5a01

Monochromatic Colors of #edd001

#edd001

Complementary Color

#edd001 #011eed

#edd001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd001 Color CSS Codes

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

#edd001 Text Font Color

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

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


#edd001 Background Color

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

This div background color is #edd001


#edd001 Border Color

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

This div border color is #edd001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd001


Comments

No comments written yet.

Please login to write comment.