Color Hex Logo

#effcc4 Color Hex

#EFFCC4
(239,252,196)
0 Favorites   0 Comments

Color spaces of #effcc4

RGB 239252196
HSL0.210.900.88
HSV74°22°99°
CMYK 0.050.000.22   0.01
XYZ80.370891.957165.7380
Yxy91.95710.33760.3863
Hunter Lab95.8943-18.210726.4812
CIE-Lab96.8028-13.405225.4504

#effcc4 color RGB value is (239,252,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11000100
Octal 357 374 304
Decimal 239 252 196
Hex EF FC C4

RGB Percentages of Color #effcc4

%34.79
%36.68
%28.53

CMYK Percentages of Color #effcc4

%5
%0
%22
%1

Triadic Colors of #effcc4

#effcc4 #c4effc #fcc4ef

Analogous Colors of #effcc4

#effcc4 #d3fcc4 #fcedc4

Monochromatic Colors of #effcc4

#effcc4

Complementary Color

#effcc4 #d1c4fc

#effcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcc4 Color CSS Codes

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

#effcc4 Text Font Color

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

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


#effcc4 Background Color

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

This div background color is #effcc4


#effcc4 Border Color

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

This div border color is #effcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcc4


Comments

No comments written yet.

Please login to write comment.