Color Hex Logo

#42feca Color Hex

#42FECA
(66,254,202)
0 Favorites   0 Comments

Color spaces of #42feca

RGB 66254202
HSL0.450.990.63
HSV163°74°100°
CMYK 0.740.000.20   0.00
XYZ48.349276.306168.0574
Yxy76.30610.25090.3960
Hunter Lab87.3534-54.070414.9542
CIE-Lab90.0013-57.766611.7586

#42feca color RGB value is (66,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111110 11001010
Octal 102 376 312
Decimal 66 254 202
Hex 42 FE CA

RGB Percentages of Color #42feca

%12.64
%48.66
%38.70

CMYK Percentages of Color #42feca

%74
%0
%20
%0

Triadic Colors of #42feca

#42feca #ca42fe #feca42

Analogous Colors of #42feca

#42feca #42d4fe #42fe6c

Monochromatic Colors of #42feca

#42feca

Complementary Color

#42feca #fe4276

#42feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#42feca Color CSS Codes

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

#42feca Text Font Color

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

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


#42feca Background Color

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

This div background color is #42feca


#42feca Border Color

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

This div border color is #42feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42feca

Related Colors


Comments

No comments written yet.

Please login to write comment.