Color Hex Logo

#42fadd Color Hex

#42FADD
(66,250,221)
0 Favorites   0 Comments

Color spaces of #42fadd

RGB 66250221
HSL0.470.950.62
HSV171°74°98°
CMYK 0.740.000.12   0.02
XYZ49.483574.749980.2267
Yxy74.74990.24200.3656
Hunter Lab86.4580-49.13865.5038
CIE-Lab89.2757-51.54200.8689

#42fadd color RGB value is (66,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111010 11011101
Octal 102 372 335
Decimal 66 250 221
Hex 42 FA DD

RGB Percentages of Color #42fadd

%12.29
%46.55
%41.15

CMYK Percentages of Color #42fadd

%74
%0
%12
%2

Triadic Colors of #42fadd

#42fadd #dd42fa #fadd42

Analogous Colors of #42fadd

#42fadd #42bbfa #42fa81

Monochromatic Colors of #42fadd

#42fadd

Complementary Color

#42fadd #fa425f

#42fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42fadd Color CSS Codes

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

#42fadd Text Font Color

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

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


#42fadd Background Color

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

This div background color is #42fadd


#42fadd Border Color

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

This div border color is #42fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42fadd


Comments

No comments written yet.

Please login to write comment.