Color Hex Logo

#eef372 Color Hex

#EEF372
(238,243,114)
0 Favorites   0 Comments

Color spaces of #eef372

RGB 238243114
HSL0.170.840.70
HSV62°53°95°
CMYK 0.020.000.53   0.05
XYZ70.347783.493228.3277
Yxy83.49320.38620.4583
Hunter Lab91.3746-22.481645.5813
CIE-Lab93.2299-18.538960.6502

#eef372 color RGB value is (238,243,114).

#eef372 hex color red value is 238, green value is 243 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #eef372 hue: 0.17 , saturation: 0.84 and the lightness value of eef372 is 0.70.

The process color (four color CMYK) of #eef372 color hex is 0.02, 0.00, 0.53, 0.05. Web safe color of #eef372 is #ffff66. Color #eef372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110011 01110010
Octal 356 363 162
Decimal 238 243 114
Hex EE F3 72

RGB Percentages of Color #eef372

%40.00
%40.84
%19.16

CMYK Percentages of Color #eef372

%2
%0
%53
%5

Triadic Colors of #eef372

#eef372 #72eef3 #f372ee

Analogous Colors of #eef372

#eef372 #aef372 #f3b872

Monochromatic Colors of #eef372

#eef372

Complementary Color

#eef372 #7772f3

#eef372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef372 Color CSS Codes

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

#eef372 Text Font Color

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

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


#eef372 Background Color

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

This div background color is #eef372


#eef372 Border Color

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

This div border color is #eef372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef372


Comments

No comments written yet.

Please login to write comment.