Color Hex Logo

#42faba Color Hex

#42FABA
(66,250,186)
0 Favorites   0 Comments

Color spaces of #42faba

RGB 66250186
HSL0.440.950.62
HSV159°74°98°
CMYK 0.740.000.26   0.02
XYZ45.295373.074658.1719
Yxy73.07460.25660.4139
Hunter Lab85.4837-55.014519.4916
CIE-Lab88.4833-59.810517.8576

#42faba color RGB value is (66,250,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111010 10111010
Octal 102 372 272
Decimal 66 250 186
Hex 42 FA BA

RGB Percentages of Color #42faba

%13.15
%49.80
%37.05

CMYK Percentages of Color #42faba

%74
%0
%26
%2

Triadic Colors of #42faba

#42faba #ba42fa #faba42

Analogous Colors of #42faba

#42faba #42defa #42fa5e

Monochromatic Colors of #42faba

#42faba

Complementary Color

#42faba #fa4282

#42faba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42faba Color Preview on White Background

Lorem ipsum dolor sit amet.

#42faba Color CSS Codes

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

#42faba Text Font Color

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

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


#42faba Background Color

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

This div background color is #42faba


#42faba Border Color

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

This div border color is #42faba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42faba


Comments

No comments written yet.

Please login to write comment.