Color Hex Logo

#42f7ca Color Hex

#42F7CA
(66,247,202)
0 Favorites   0 Comments

Color spaces of #42f7ca

RGB 66247202
HSL0.460.920.61
HSV165°73°97°
CMYK 0.730.000.18   0.03
XYZ46.168271.944067.3304
Yxy71.94400.24900.3880
Hunter Lab84.8198-51.275512.3092
CIE-Lab87.9416-54.98308.8186

#42f7ca color RGB value is (66,247,202).

#42f7ca hex color red value is 66, green value is 247 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #42f7ca hue: 0.46 , saturation: 0.92 and the lightness value of 42f7ca is 0.61.

The process color (four color CMYK) of #42f7ca color hex is 0.73, 0.00, 0.18, 0.03. Web safe color of #42f7ca is #33ffcc. Color #42f7ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11110111 11001010
Octal 102 367 312
Decimal 66 247 202
Hex 42 F7 CA

RGB Percentages of Color #42f7ca

%12.82
%47.96
%39.22

CMYK Percentages of Color #42f7ca

%73
%0
%18
%3

Triadic Colors of #42f7ca

#42f7ca #ca42f7 #f7ca42

Analogous Colors of #42f7ca

#42f7ca #42caf7 #42f770

Monochromatic Colors of #42f7ca

#42f7ca

Complementary Color

#42f7ca #f7426f

#42f7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42f7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#42f7ca Color CSS Codes

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

#42f7ca Text Font Color

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

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


#42f7ca Background Color

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

This div background color is #42f7ca


#42f7ca Border Color

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

This div border color is #42f7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42f7ca


Comments

No comments written yet.

Please login to write comment.