Color Hex Logo

#42fecf Color Hex

#42FECF
(66,254,207)
0 Favorites   0 Comments

Color spaces of #42fecf

RGB 66254207
HSL0.460.990.63
HSV165°74°100°
CMYK 0.740.000.19   0.00
XYZ48.951176.546971.2265
Yxy76.54690.24880.3891
Hunter Lab87.4911-53.239012.9758
CIE-Lab90.1127-56.59729.3366

#42fecf color RGB value is (66,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111110 11001111
Octal 102 376 317
Decimal 66 254 207
Hex 42 FE CF

RGB Percentages of Color #42fecf

%12.52
%48.20
%39.28

CMYK Percentages of Color #42fecf

%74
%0
%19
%0

Triadic Colors of #42fecf

#42fecf #cf42fe #fecf42

Analogous Colors of #42fecf

#42fecf #42cffe #42fe71

Monochromatic Colors of #42fecf

#42fecf

Complementary Color

#42fecf #fe4271

#42fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42fecf Color CSS Codes

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

#42fecf Text Font Color

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

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


#42fecf Background Color

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

This div background color is #42fecf


#42fecf Border Color

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

This div border color is #42fecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42fecf

Related Colors


Comments

No comments written yet.

Please login to write comment.