Color Hex Logo

#eedd02 Color Hex

#EEDD02
(238,221,2)
0 Favorites   0 Comments

Color spaces of #eedd02

RGB 2382212
HSL0.150.980.47
HSV56°99°93°
CMYK 0.000.070.99   0.07
XYZ61.127369.894410.3267
Yxy69.89440.43250.4945
Hunter Lab83.6029-15.792551.1985
CIE-Lab86.9450-12.141186.2840

#eedd02 color RGB value is (238,221,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 00000010
Octal 356 335 2
Decimal 238 221 2
Hex EE DD 2

RGB Percentages of Color #eedd02

%51.63
%47.94
%0.43

CMYK Percentages of Color #eedd02

%0
%7
%99
%7

Triadic Colors of #eedd02

#eedd02 #02eedd #dd02ee

Analogous Colors of #eedd02

#eedd02 #89ee02 #ee6702

Monochromatic Colors of #eedd02

#eedd02

Complementary Color

#eedd02 #0213ee

#eedd02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd02 Color CSS Codes

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

#eedd02 Text Font Color

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

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


#eedd02 Background Color

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

This div background color is #eedd02


#eedd02 Border Color

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

This div border color is #eedd02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd02


Comments

No comments written yet.

Please login to write comment.