Color Hex Logo

#42ccfa Color Hex

#42CCFA
(66,204,250)
0 Favorites   0 Comments

Color spaces of #42ccfa

RGB 66204250
HSL0.540.950.62
HSV195°74°98°
CMYK 0.740.180.00   0.02
XYZ41.095051.246198.1680
Yxy51.24610.21570.2690
Hunter Lab71.5864-22.8062-31.1952
CIE-Lab76.8278-22.0373-33.1636

#42ccfa color RGB value is (66,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001100 11111010
Octal 102 314 372
Decimal 66 204 250
Hex 42 CC FA

RGB Percentages of Color #42ccfa

%12.69
%39.23
%48.08

CMYK Percentages of Color #42ccfa

%74
%18
%0
%2

Triadic Colors of #42ccfa

#42ccfa #fa42cc #ccfa42

Analogous Colors of #42ccfa

#42ccfa #4270fa #42facc

Monochromatic Colors of #42ccfa

#42ccfa

Complementary Color

#42ccfa #fa7042

#42ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ccfa Color CSS Codes

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

#42ccfa Text Font Color

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

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


#42ccfa Background Color

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

This div background color is #42ccfa


#42ccfa Border Color

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

This div border color is #42ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ccfa


Comments

No comments written yet.

Please login to write comment.