Color Hex Logo

#effac9 Color Hex

#EFFAC9
(239,250,201)
0 Favorites   0 Comments

Color spaces of #effac9

RGB 239250201
HSL0.200.830.88
HSV73°20°98°
CMYK 0.040.000.20   0.02
XYZ80.324890.939068.5777
Yxy90.93900.33490.3792
Hunter Lab95.3619-16.530224.1161
CIE-Lab96.3849-11.694422.3302

#effac9 color RGB value is (239,250,201).

#effac9 hex color red value is 239, green value is 250 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #effac9 hue: 0.20 , saturation: 0.83 and the lightness value of effac9 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11001001
Octal 357 372 311
Decimal 239 250 201
Hex EF FA C9

RGB Percentages of Color #effac9

%34.64
%36.23
%29.13

CMYK Percentages of Color #effac9

%4
%0
%20
%2

Triadic Colors of #effac9

#effac9 #c9effa #fac9ef

Analogous Colors of #effac9

#effac9 #d7fac9 #faedc9

Monochromatic Colors of #effac9

#effac9

Complementary Color

#effac9 #d4c9fa

#effac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effac9 Color CSS Codes

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

#effac9 Text Font Color

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

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


#effac9 Background Color

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

This div background color is #effac9


#effac9 Border Color

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

This div border color is #effac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effac9

Related Colors


Comments

No comments written yet.

Please login to write comment.