Color Hex Logo

#42adfa Color Hex

#42ADFA
(66,173,250)
0 Favorites   0 Comments

Color spaces of #42adfa

RGB 66173250
HSL0.570.950.62
HSV205°74°98°
CMYK 0.740.310.00   0.02
XYZ34.445737.947595.9516
Yxy37.94750.20460.2254
Hunter Lab61.6015-7.9910-49.2300
CIE-Lab67.9819-5.5107-46.9501

#42adfa color RGB value is (66,173,250).

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

The process color (four color CMYK) of #42adfa color hex is 0.74, 0.31, 0.00, 0.02. Web safe color of #42adfa is #3399ff. Color #42adfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101101 11111010
Octal 102 255 372
Decimal 66 173 250
Hex 42 AD FA

RGB Percentages of Color #42adfa

%13.50
%35.38
%51.12

CMYK Percentages of Color #42adfa

%74
%31
%0
%2

Triadic Colors of #42adfa

#42adfa #fa42ad #adfa42

Analogous Colors of #42adfa

#42adfa #4251fa #42faeb

Monochromatic Colors of #42adfa

#42adfa

Complementary Color

#42adfa #fa8f42

#42adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#42adfa Color CSS Codes

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

#42adfa Text Font Color

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

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


#42adfa Background Color

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

This div background color is #42adfa


#42adfa Border Color

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

This div border color is #42adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42adfa


Comments

No comments written yet.

Please login to write comment.