Color Hex Logo

#effdcc Color Hex

#EFFDCC
(239,253,204)
0 Favorites   0 Comments

Color spaces of #effdcc

RGB 239253204
HSL0.210.920.90
HSV77°19°99°
CMYK 0.060.000.19   0.01
XYZ81.621092.960970.7681
Yxy92.96090.33270.3789
Hunter Lab96.4162-17.619523.9734
CIE-Lab97.2117-12.729021.9496

#effdcc color RGB value is (239,253,204).

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

The process color (four color CMYK) of #effdcc color hex is 0.06, 0.00, 0.19, 0.01. Web safe color of #effdcc is #ffffcc. Color #effdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 11001100
Octal 357 375 314
Decimal 239 253 204
Hex EF FD CC

RGB Percentages of Color #effdcc

%34.34
%36.35
%29.31

CMYK Percentages of Color #effdcc

%6
%0
%19
%1

Triadic Colors of #effdcc

#effdcc #cceffd #fdccef

Analogous Colors of #effdcc

#effdcc #d7fdcc #fdf3cc

Monochromatic Colors of #effdcc

#effdcc

Complementary Color

#effdcc #daccfd

#effdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#effdcc Color CSS Codes

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

#effdcc Text Font Color

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

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


#effdcc Background Color

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

This div background color is #effdcc


#effdcc Border Color

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

This div border color is #effdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.