Color Hex Logo

#effcad Color Hex

#EFFCAD
(239,252,173)
0 Favorites   0 Comments

Color spaces of #effcad

RGB 239252173
HSL0.190.930.83
HSV70°31°99°
CMYK 0.050.000.31   0.01
XYZ77.949890.988752.9893
Yxy90.98870.35120.4100
Hunter Lab95.3880-21.061233.8352
CIE-Lab96.4054-16.488436.4865

#effcad color RGB value is (239,252,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 10101101
Octal 357 374 255
Decimal 239 252 173
Hex EF FC AD

RGB Percentages of Color #effcad

%35.99
%37.95
%26.05

CMYK Percentages of Color #effcad

%5
%0
%31
%1

Triadic Colors of #effcad

#effcad #adeffc #fcadef

Analogous Colors of #effcad

#effcad #c8fcad #fce2ad

Monochromatic Colors of #effcad

#effcad

Complementary Color

#effcad #baadfc

#effcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcad Color CSS Codes

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

#effcad Text Font Color

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

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


#effcad Background Color

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

This div background color is #effcad


#effcad Border Color

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

This div border color is #effcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcad

Related Colors


Comments

No comments written yet.

Please login to write comment.