Color Hex Logo

#eaf988 Color Hex

#EAF988
(234,249,136)
0 Favorites   0 Comments

Color spaces of #eaf988

RGB 234249136
HSL0.190.900.75
HSV68°45°98°
CMYK 0.060.000.45   0.02
XYZ72.251387.021436.2813
Yxy87.02140.36950.4450
Hunter Lab93.2853-24.997442.2401
CIE-Lab94.7474-21.036252.2881

#eaf988 color RGB value is (234,249,136).

#eaf988 hex color red value is 234, green value is 249 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #eaf988 hue: 0.19 , saturation: 0.90 and the lightness value of eaf988 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 10001000
Octal 352 371 210
Decimal 234 249 136
Hex EA F9 88

RGB Percentages of Color #eaf988

%37.80
%40.23
%21.97

CMYK Percentages of Color #eaf988

%6
%0
%45
%2

Triadic Colors of #eaf988

#eaf988 #88eaf9 #f988ea

Analogous Colors of #eaf988

#eaf988 #b2f988 #f9d088

Monochromatic Colors of #eaf988

#eaf988

Complementary Color

#eaf988 #9788f9

#eaf988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf988 Color CSS Codes

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

#eaf988 Text Font Color

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

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


#eaf988 Background Color

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

This div background color is #eaf988


#eaf988 Border Color

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

This div border color is #eaf988


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,249,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eaf988; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eaf988;
  -webkit-box-shadow: 1px 1px 3px 2px #eaf988;
  box-shadow:         1px 1px 3px 2px #eaf988; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,249,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf988


Comments

No comments written yet.

Please login to write comment.