Color Hex Logo

#eef585 Color Hex

#EEF585
(238,245,133)
0 Favorites   0 Comments

Color spaces of #eef585

RGB 238245133
HSL0.180.850.74
HSV64°46°96°
CMYK 0.030.000.46   0.04
XYZ72.145985.175434.8283
Yxy85.17540.37550.4433
Hunter Lab92.2905-21.970342.2287
CIE-Lab93.9586-17.858652.8045

#eef585 color RGB value is (238,245,133).

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

The process color (four color CMYK) of #eef585 color hex is 0.03, 0.00, 0.46, 0.04. Web safe color of #eef585 is #ffff99. Color #eef585 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110101 10000101
Octal 356 365 205
Decimal 238 245 133
Hex EE F5 85

RGB Percentages of Color #eef585

%38.64
%39.77
%21.59

CMYK Percentages of Color #eef585

%3
%0
%46
%4

Triadic Colors of #eef585

#eef585 #85eef5 #f585ee

Analogous Colors of #eef585

#eef585 #b6f585 #f5c485

Monochromatic Colors of #eef585

#eef585

Complementary Color

#eef585 #8c85f5

#eef585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef585 Color CSS Codes

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

#eef585 Text Font Color

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

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


#eef585 Background Color

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

This div background color is #eef585


#eef585 Border Color

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

This div border color is #eef585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef585


Comments

No comments written yet.

Please login to write comment.