Color Hex Logo

#eeef14 Color Hex

#EEEF14
(238,239,20)
0 Favorites   0 Comments

Color spaces of #eeef14

RGB 23823920
HSL0.170.870.51
HSV60°92°94°
CMYK 0.000.000.92   0.06
XYZ66.252779.960712.6039
Yxy79.96070.41720.5035
Hunter Lab89.4207-24.233954.2376
CIE-Lab91.6672-20.755088.1615

#eeef14 color RGB value is (238,239,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 00010100
Octal 356 357 24
Decimal 238 239 20
Hex EE EF 14

RGB Percentages of Color #eeef14

%47.89
%48.09
%4.02

CMYK Percentages of Color #eeef14

%0
%0
%92
%6

Triadic Colors of #eeef14

#eeef14 #14eeef #ef14ee

Analogous Colors of #eeef14

#eeef14 #81ef14 #ef8314

Monochromatic Colors of #eeef14

#eeef14

Complementary Color

#eeef14 #1514ef

#eeef14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeef14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeef14 Color CSS Codes

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

#eeef14 Text Font Color

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

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


#eeef14 Background Color

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

This div background color is #eeef14


#eeef14 Border Color

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

This div border color is #eeef14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeef14


Comments

No comments written yet.

Please login to write comment.