Color Hex Logo

#effab9 Color Hex

#EFFAB9
(239,250,185)
0 Favorites   0 Comments

Color spaces of #effab9

RGB 239250185
HSL0.190.870.85
HSV70°26°98°
CMYK 0.040.000.26   0.02
XYZ78.539290.224759.1746
Yxy90.22470.34460.3958
Hunter Lab94.9867-18.635029.5543
CIE-Lab96.0899-13.951830.0453

#effab9 color RGB value is (239,250,185).

#effab9 hex color red value is 239, green value is 250 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #effab9 hue: 0.19 , saturation: 0.87 and the lightness value of effab9 is 0.85.

The process color (four color CMYK) of #effab9 color hex is 0.04, 0.00, 0.26, 0.02. Web safe color of #effab9 is #ffffcc. Color #effab9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 10111001
Octal 357 372 271
Decimal 239 250 185
Hex EF FA B9

RGB Percentages of Color #effab9

%35.46
%37.09
%27.45

CMYK Percentages of Color #effab9

%4
%0
%26
%2

Triadic Colors of #effab9

#effab9 #b9effa #fab9ef

Analogous Colors of #effab9

#effab9 #cffab9 #fae5b9

Monochromatic Colors of #effab9

#effab9

Complementary Color

#effab9 #c4b9fa

#effab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effab9 Color CSS Codes

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

#effab9 Text Font Color

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

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


#effab9 Background Color

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

This div background color is #effab9


#effab9 Border Color

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

This div border color is #effab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effab9

Related Colors


Comments

No comments written yet.

Please login to write comment.