Color Hex Logo

#42dcfa Color Hex

#42DCFA
(66,220,250)
0 Favorites   0 Comments

Color spaces of #42dcfa

RGB 66220250
HSL0.530.950.62
HSV190°74°98°
CMYK 0.740.120.00   0.02
XYZ45.095359.246899.5015
Yxy59.24680.22120.2906
Hunter Lab76.9719-30.1237-22.7637
CIE-Lab81.4271-29.9715-26.1049

#42dcfa color RGB value is (66,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011100 11111010
Octal 102 334 372
Decimal 66 220 250
Hex 42 DC FA

RGB Percentages of Color #42dcfa

%12.31
%41.04
%46.64

CMYK Percentages of Color #42dcfa

%74
%12
%0
%2

Triadic Colors of #42dcfa

#42dcfa #fa42dc #dcfa42

Analogous Colors of #42dcfa

#42dcfa #4280fa #42fabc

Monochromatic Colors of #42dcfa

#42dcfa

Complementary Color

#42dcfa #fa6042

#42dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#42dcfa Color CSS Codes

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

#42dcfa Text Font Color

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

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


#42dcfa Background Color

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

This div background color is #42dcfa


#42dcfa Border Color

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

This div border color is #42dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42dcfa


Comments

No comments written yet.

Please login to write comment.