Color Hex Logo

#effcab Color Hex

#EFFCAB
(239,252,171)
0 Favorites   0 Comments

Color spaces of #effcab

RGB 239252171
HSL0.190.930.83
HSV70°32°99°
CMYK 0.050.000.32   0.01
XYZ77.757790.911851.9775
Yxy90.91180.35240.4120
Hunter Lab95.3477-21.288634.4222
CIE-Lab96.3737-16.736637.4396

#effcab color RGB value is (239,252,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 10101011
Octal 357 374 253
Decimal 239 252 171
Hex EF FC AB

RGB Percentages of Color #effcab

%36.10
%38.07
%25.83

CMYK Percentages of Color #effcab

%5
%0
%32
%1

Triadic Colors of #effcab

#effcab #abeffc #fcabef

Analogous Colors of #effcab

#effcab #c7fcab #fce1ab

Monochromatic Colors of #effcab

#effcab

Complementary Color

#effcab #b8abfc

#effcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcab Color CSS Codes

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

#effcab Text Font Color

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

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


#effcab Background Color

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

This div background color is #effcab


#effcab Border Color

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

This div border color is #effcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcab


Comments

No comments written yet.

Please login to write comment.