Color Hex Logo

#eef485 Color Hex

#EEF485
(238,244,133)
0 Favorites   0 Comments

Color spaces of #eef485

RGB 238244133
HSL0.180.830.74
HSV63°45°96°
CMYK 0.020.000.45   0.04
XYZ71.844284.572034.7277
Yxy84.57200.37590.4425
Hunter Lab91.9630-21.485941.9846
CIE-Lab93.6984-17.373452.4875

#eef485 color RGB value is (238,244,133).

#eef485 hex color red value is 238, green value is 244 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #eef485 hue: 0.18 , saturation: 0.83 and the lightness value of eef485 is 0.74.

The process color (four color CMYK) of #eef485 color hex is 0.02, 0.00, 0.45, 0.04. Web safe color of #eef485 is #ffff99. Color #eef485 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110100 10000101
Octal 356 364 205
Decimal 238 244 133
Hex EE F4 85

RGB Percentages of Color #eef485

%38.70
%39.67
%21.63

CMYK Percentages of Color #eef485

%2
%0
%45
%4

Triadic Colors of #eef485

#eef485 #85eef4 #f485ee

Analogous Colors of #eef485

#eef485 #b7f485 #f4c385

Monochromatic Colors of #eef485

#eef485

Complementary Color

#eef485 #8b85f4

#eef485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef485 Color CSS Codes

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

#eef485 Text Font Color

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

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


#eef485 Background Color

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

This div background color is #eef485


#eef485 Border Color

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

This div border color is #eef485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef485

#eef485 Color Palettes


Comments

No comments written yet.

Please login to write comment.