color codes Logo

#eedf02 color codes

#EEDF02
(238,223,2)
0 Favorites   0 Comments

Color spaces of #eedf02

RGB 2382232
HSL0.160.980.47
HSV56°99°93°
CMYK 0.000.060.99   0.07
XYZ61.658570.956910.5037
Yxy70.95690.43080.4958
Hunter Lab84.2359-16.755551.5720
CIE-Lab87.4641-13.131686.6607

#eedf02 color RGB value is (238,223,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 00000010
Octal 356 337 2
Decimal 238 223 2
Hex EE DF 2

RGB Percentages of Color #eedf02

%51.40
%48.16
%0.43

CMYK Percentages of Color #eedf02

%0
%6
%99
%7

Triadic Colors of #eedf02

#eedf02 #02eedf #df02ee

Analogous Colors of #eedf02

#eedf02 #87ee02 #ee6902

Monochromatic Colors of #eedf02

#eedf02

Complementary Color

#eedf02 #0211ee

#eedf02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf02 Color CSS Codes

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

#eedf02 Text Font Color

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

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


#eedf02 Background Color

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

This div background color is #eedf02


#eedf02 Border Color

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

This div border color is #eedf02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf02


Comments

No comments written yet.

Please login to write comment.