Color Hex Logo

#eefc0d Color Hex

#EEFC0D
(238,252,13)
0 Favorites   0 Comments

Color spaces of #eefc0d

RGB 23825213
HSL0.180.980.52
HSV64°95°99°
CMYK 0.060.000.95   0.01
XYZ70.142987.827013.6362
Yxy87.82700.40870.5118
Hunter Lab93.7161-30.402756.9742
CIE-Lab95.0880-26.987391.4679

#eefc0d color RGB value is (238,252,13).

#eefc0d hex color red value is 238, green value is 252 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eefc0d hue: 0.18 , saturation: 0.98 and the lightness value of eefc0d is 0.52.

The process color (four color CMYK) of #eefc0d color hex is 0.06, 0.00, 0.95, 0.01. Web safe color of #eefc0d is #ffff00. Color #eefc0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 00001101
Octal 356 374 15
Decimal 238 252 13
Hex EE FC D

RGB Percentages of Color #eefc0d

%47.32
%50.10
%2.58

CMYK Percentages of Color #eefc0d

%6
%0
%95
%1

Triadic Colors of #eefc0d

#eefc0d #0deefc #fc0dee

Analogous Colors of #eefc0d

#eefc0d #77fc0d #fc930d

Monochromatic Colors of #eefc0d

#eefc0d

Complementary Color

#eefc0d #1b0dfc

#eefc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefc0d Color CSS Codes

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

#eefc0d Text Font Color

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

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


#eefc0d Background Color

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

This div background color is #eefc0d


#eefc0d Border Color

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

This div border color is #eefc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefc0d

Related Colors


Comments

No comments written yet.

Please login to write comment.