Color Hex Logo

#edd202 Color Hex

#EDD202
(237,210,2)
0 Favorites   0 Comments

Color spaces of #edd202

RGB 2372102
HSL0.150.980.47
HSV53°99°93°
CMYK 0.000.110.99   0.07
XYZ57.982664.10219.3744
Yxy64.10210.44110.4876
Hunter Lab80.0638-10.841049.1026
CIE-Lab84.0189-7.060184.1334

#edd202 color RGB value is (237,210,2).

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

The process color (four color CMYK) of #edd202 color hex is 0.00, 0.11, 0.99, 0.07. Web safe color of #edd202 is #ffcc00. Color #edd202 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 00000010
Octal 355 322 2
Decimal 237 210 2
Hex ED D2 2

RGB Percentages of Color #edd202

%52.78
%46.77
%0.45

CMYK Percentages of Color #edd202

%0
%11
%99
%7

Triadic Colors of #edd202

#edd202 #02edd2 #d202ed

Analogous Colors of #edd202

#edd202 #93ed02 #ed5d02

Monochromatic Colors of #edd202

#edd202

Complementary Color

#edd202 #021ded

#edd202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd202 Color CSS Codes

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

#edd202 Text Font Color

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

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


#edd202 Background Color

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

This div background color is #edd202


#edd202 Border Color

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

This div border color is #edd202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd202


Comments

No comments written yet.

Please login to write comment.