Color Hex Logo

#effcca Color Hex

#EFFCCA
(239,252,202)
0 Favorites   0 Comments

Color spaces of #effcca

RGB 239252202
HSL0.210.890.89
HSV76°20°99°
CMYK 0.050.000.20   0.01
XYZ81.067792.235869.4077
Yxy92.23580.33400.3800
Hunter Lab96.0395-17.395824.3788
CIE-Lab96.9166-12.533322.5581

#effcca color RGB value is (239,252,202).

#effcca hex color red value is 239, green value is 252 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #effcca hue: 0.21 , saturation: 0.89 and the lightness value of effcca is 0.89.

The process color (four color CMYK) of #effcca color hex is 0.05, 0.00, 0.20, 0.01. Web safe color of #effcca is #ffffcc. Color #effcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11001010
Octal 357 374 312
Decimal 239 252 202
Hex EF FC CA

RGB Percentages of Color #effcca

%34.49
%36.36
%29.15

CMYK Percentages of Color #effcca

%5
%0
%20
%1

Triadic Colors of #effcca

#effcca #caeffc #fccaef

Analogous Colors of #effcca

#effcca #d6fcca #fcf0ca

Monochromatic Colors of #effcca

#effcca

Complementary Color

#effcca #d7cafc

#effcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcca Color CSS Codes

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

#effcca Text Font Color

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

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


#effcca Background Color

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

This div background color is #effcca


#effcca Border Color

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

This div border color is #effcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcca


Comments

No comments written yet.

Please login to write comment.