Color Hex Logo

#effac8 Color Hex

#EFFAC8
(239,250,200)
0 Favorites   0 Comments

Color spaces of #effac8

RGB 239250200
HSL0.200.830.88
HSV73°20°98°
CMYK 0.040.000.20   0.02
XYZ80.207590.892167.9601
Yxy90.89210.33550.3802
Hunter Lab95.3373-16.668024.4720
CIE-Lab96.3656-11.841322.8131

#effac8 color RGB value is (239,250,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11001000
Octal 357 372 310
Decimal 239 250 200
Hex EF FA C8

RGB Percentages of Color #effac8

%34.69
%36.28
%29.03

CMYK Percentages of Color #effac8

%4
%0
%20
%2

Triadic Colors of #effac8

#effac8 #c8effa #fac8ef

Analogous Colors of #effac8

#effac8 #d6fac8 #faecc8

Monochromatic Colors of #effac8

#effac8

Complementary Color

#effac8 #d3c8fa

#effac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effac8 Color CSS Codes

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

#effac8 Text Font Color

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

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


#effac8 Background Color

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

This div background color is #effac8


#effac8 Border Color

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

This div border color is #effac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effac8

Related Colors


Comments

No comments written yet.

Please login to write comment.