Color Hex Logo

#effcaf Color Hex

#EFFCAF
(239,252,175)
0 Favorites   0 Comments

Color spaces of #effcaf

RGB 239252175
HSL0.190.930.84
HSV70°31°99°
CMYK 0.050.000.31   0.01
XYZ78.144991.066754.0164
Yxy91.06670.35010.4080
Hunter Lab95.4289-20.830333.2398
CIE-Lab96.4375-16.236635.5319

#effcaf color RGB value is (239,252,175).

#effcaf hex color red value is 239, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #effcaf hue: 0.19 , saturation: 0.93 and the lightness value of effcaf is 0.84.

The process color (four color CMYK) of #effcaf color hex is 0.05, 0.00, 0.31, 0.01. Web safe color of #effcaf is #ffff99. Color #effcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 10101111
Octal 357 374 257
Decimal 239 252 175
Hex EF FC AF

RGB Percentages of Color #effcaf

%35.89
%37.84
%26.28

CMYK Percentages of Color #effcaf

%5
%0
%31
%1

Triadic Colors of #effcaf

#effcaf #afeffc #fcafef

Analogous Colors of #effcaf

#effcaf #c9fcaf #fce3af

Monochromatic Colors of #effcaf

#effcaf

Complementary Color

#effcaf #bcaffc

#effcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcaf Color CSS Codes

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

#effcaf Text Font Color

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

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


#effcaf Background Color

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

This div background color is #effcaf


#effcaf Border Color

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

This div border color is #effcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcaf


Comments

No comments written yet.

Please login to write comment.