Color Hex Logo

#42faaf Color Hex

#42FAAF
(66,250,175)
0 Favorites   0 Comments

Color spaces of #42faaf

RGB 66250175
HSL0.430.950.62
HSV156°74°98°
CMYK 0.740.000.30   0.02
XYZ44.170272.624652.2474
Yxy72.62460.26130.4296
Hunter Lab85.2201-56.617223.3041
CIE-Lab88.2684-62.145023.1948

#42faaf color RGB value is (66,250,175).

#42faaf hex color red value is 66, green value is 250 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #42faaf hue: 0.43 , saturation: 0.95 and the lightness value of 42faaf is 0.62.

The process color (four color CMYK) of #42faaf color hex is 0.74, 0.00, 0.30, 0.02. Web safe color of #42faaf is #33ff99. Color #42faaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111010 10101111
Octal 102 372 257
Decimal 66 250 175
Hex 42 FA AF

RGB Percentages of Color #42faaf

%13.44
%50.92
%35.64

CMYK Percentages of Color #42faaf

%74
%0
%30
%2

Triadic Colors of #42faaf

#42faaf #af42fa #faaf42

Analogous Colors of #42faaf

#42faaf #42e9fa #42fa53

Monochromatic Colors of #42faaf

#42faaf

Complementary Color

#42faaf #fa428d

#42faaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42faaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#42faaf Color CSS Codes

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

#42faaf Text Font Color

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

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


#42faaf Background Color

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

This div background color is #42faaf


#42faaf Border Color

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

This div border color is #42faaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42faaf


Comments

No comments written yet.

Please login to write comment.