Color Hex Logo

#20feca Color Hex

#20FECA
(32,254,202)
0 Favorites   0 Comments

Color spaces of #20feca

RGB 32254202
HSL0.460.990.56
HSV166°87°100°
CMYK 0.870.000.20   0.00
XYZ46.698175.455067.9801
Yxy75.45500.24560.3969
Hunter Lab86.8648-56.052814.4053
CIE-Lab89.6057-60.657711.1413

#20feca color RGB value is (32,254,202).

#20feca hex color red value is 32, green value is 254 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #20feca hue: 0.46 , saturation: 0.99 and the lightness value of 20feca is 0.56.

The process color (four color CMYK) of #20feca color hex is 0.87, 0.00, 0.20, 0.00. Web safe color of #20feca is #33ffcc. Color #20feca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11111110 11001010
Octal 40 376 312
Decimal 32 254 202
Hex 20 FE CA

RGB Percentages of Color #20feca

%6.56
%52.05
%41.39

CMYK Percentages of Color #20feca

%87
%0
%20
%0

Triadic Colors of #20feca

#20feca #ca20fe #feca20

Analogous Colors of #20feca

#20feca #20c3fe #20fe5b

Monochromatic Colors of #20feca

#20feca

Complementary Color

#20feca #fe2054

#20feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#20feca Color CSS Codes

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

#20feca Text Font Color

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

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


#20feca Background Color

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

This div background color is #20feca


#20feca Border Color

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

This div border color is #20feca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,254,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20feca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20feca;
  -webkit-box-shadow: 1px 1px 3px 2px #20feca;
  box-shadow:         1px 1px 3px 2px #20feca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,254,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 #20feca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20feca


Comments

No comments written yet.

Please login to write comment.