Color Hex Logo

#effdca Color Hex

#EFFDCA
(239,253,202)
0 Favorites   0 Comments

Color spaces of #effdca

RGB 239253202
HSL0.210.930.89
HSV76°20°99°
CMYK 0.060.000.20   0.01
XYZ81.382692.865569.5126
Yxy92.86550.33390.3810
Hunter Lab96.3667-17.896924.6888
CIE-Lab97.1730-13.025222.9134

#effdca color RGB value is (239,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 11001010
Octal 357 375 312
Decimal 239 253 202
Hex EF FD CA

RGB Percentages of Color #effdca

%34.44
%36.46
%29.11

CMYK Percentages of Color #effdca

%6
%0
%20
%1

Triadic Colors of #effdca

#effdca #caeffd #fdcaef

Analogous Colors of #effdca

#effdca #d6fdca #fdf2ca

Monochromatic Colors of #effdca

#effdca

Complementary Color

#effdca #d8cafd

#effdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#effdca Color CSS Codes

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

#effdca Text Font Color

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

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


#effdca Background Color

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

This div background color is #effdca


#effdca Border Color

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

This div border color is #effdca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,253,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 #effdca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effdca

Related Colors


Comments

No comments written yet.

Please login to write comment.