Color Hex Logo

#eef50d Color Hex

#EEF50D
(238,245,13)
0 Favorites   0 Comments

Color spaces of #eef50d

RGB 23824513
HSL0.170.920.51
HSV62°95°96°
CMYK 0.030.000.95   0.04
XYZ67.984983.511012.9168
Yxy83.51100.41350.5079
Hunter Lab91.3844-27.128555.5887
CIE-Lab93.2377-23.693890.0692

#eef50d color RGB value is (238,245,13).

#eef50d hex color red value is 238, green value is 245 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eef50d hue: 0.17 , saturation: 0.92 and the lightness value of eef50d is 0.51.

The process color (four color CMYK) of #eef50d color hex is 0.03, 0.00, 0.95, 0.04. Web safe color of #eef50d is #ffff00. Color #eef50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110101 00001101
Octal 356 365 15
Decimal 238 245 13
Hex EE F5 D

RGB Percentages of Color #eef50d

%47.98
%49.40
%2.62

CMYK Percentages of Color #eef50d

%3
%0
%95
%4

Triadic Colors of #eef50d

#eef50d #0deef5 #f50dee

Analogous Colors of #eef50d

#eef50d #7af50d #f5880d

Monochromatic Colors of #eef50d

#eef50d

Complementary Color

#eef50d #140df5

#eef50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef50d Color CSS Codes

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

#eef50d Text Font Color

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

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


#eef50d Background Color

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

This div background color is #eef50d


#eef50d Border Color

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

This div border color is #eef50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef50d


Comments

No comments written yet.

Please login to write comment.