Color Hex Logo

#eeda02 Color Hex

#EEDA02
(238,218,2)
0 Favorites   0 Comments

Color spaces of #eeda02

RGB 2382182
HSL0.150.980.47
HSV55°99°93°
CMYK 0.000.080.99   0.07
XYZ60.342368.324310.0650
Yxy68.32430.43500.4925
Hunter Lab82.6585-14.344050.6415
CIE-Lab86.1684-10.648785.7219

#eeda02 color RGB value is (238,218,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00000010
Octal 356 332 2
Decimal 238 218 2
Hex EE DA 2

RGB Percentages of Color #eeda02

%51.97
%47.60
%0.44

CMYK Percentages of Color #eeda02

%0
%8
%99
%7

Triadic Colors of #eeda02

#eeda02 #02eeda #da02ee

Analogous Colors of #eeda02

#eeda02 #8cee02 #ee6402

Monochromatic Colors of #eeda02

#eeda02

Complementary Color

#eeda02 #0216ee

#eeda02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda02 Color CSS Codes

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

#eeda02 Text Font Color

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

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


#eeda02 Background Color

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

This div background color is #eeda02


#eeda02 Border Color

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

This div border color is #eeda02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda02


Comments

No comments written yet.

Please login to write comment.