Color Hex Logo

#42fece Color Hex

#42FECE
(66,254,206)
0 Favorites   0 Comments

Color spaces of #42fece

RGB 66254206
HSL0.460.990.63
HSV165°74°100°
CMYK 0.740.000.19   0.00
XYZ48.829276.498170.5846
Yxy76.49810.24920.3905
Hunter Lab87.4632-53.407113.3760
CIE-Lab90.0901-56.83309.8208

#42fece color RGB value is (66,254,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111110 11001110
Octal 102 376 316
Decimal 66 254 206
Hex 42 FE CE

RGB Percentages of Color #42fece

%12.55
%48.29
%39.16

CMYK Percentages of Color #42fece

%74
%0
%19
%0

Triadic Colors of #42fece

#42fece #ce42fe #fece42

Analogous Colors of #42fece

#42fece #42d0fe #42fe70

Monochromatic Colors of #42fece

#42fece

Complementary Color

#42fece #fe4272

#42fece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42fece Color Preview on White Background

Lorem ipsum dolor sit amet.

#42fece Color CSS Codes

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

#42fece Text Font Color

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

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


#42fece Background Color

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

This div background color is #42fece


#42fece Border Color

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

This div border color is #42fece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,254,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42fece


Comments

No comments written yet.

Please login to write comment.