Color Hex Logo

#eef13d Color Hex

#EEF13D
(238,241,61)
0 Favorites   0 Comments

Color spaces of #eef13d

RGB 23824161
HSL0.170.870.59
HSV61°75°95°
CMYK 0.010.000.75   0.05
XYZ67.557581.424716.5708
Yxy81.42470.40810.4918
Hunter Lab90.2356-24.273252.2770
CIE-Lab92.3203-20.678779.9789

#eef13d color RGB value is (238,241,61).

#eef13d hex color red value is 238, green value is 241 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eef13d hue: 0.17 , saturation: 0.87 and the lightness value of eef13d is 0.59.

The process color (four color CMYK) of #eef13d color hex is 0.01, 0.00, 0.75, 0.05. Web safe color of #eef13d is #ffff33. Color #eef13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110001 00111101
Octal 356 361 75
Decimal 238 241 61
Hex EE F1 3D

RGB Percentages of Color #eef13d

%44.07
%44.63
%11.30

CMYK Percentages of Color #eef13d

%1
%0
%75
%5

Triadic Colors of #eef13d

#eef13d #3deef1 #f13dee

Analogous Colors of #eef13d

#eef13d #94f13d #f19a3d

Monochromatic Colors of #eef13d

#eef13d

Complementary Color

#eef13d #403df1

#eef13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef13d Color CSS Codes

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

#eef13d Text Font Color

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

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


#eef13d Background Color

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

This div background color is #eef13d


#eef13d Border Color

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

This div border color is #eef13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef13d


Comments

No comments written yet.

Please login to write comment.