Color Hex Logo

#42bcfc Color Hex

#42BCFC
(66,188,252)
0 Favorites   0 Comments

Color spaces of #42bcfc

RGB 66188252
HSL0.560.970.62
HSV201°74°99°
CMYK 0.740.250.00   0.01
XYZ37.800744.153098.6255
Yxy44.15300.20930.2445
Hunter Lab66.4477-14.7387-41.4882
CIE-Lab72.3306-13.0382-41.2171

#42bcfc color RGB value is (66,188,252).

#42bcfc hex color red value is 66, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #42bcfc hue: 0.56 , saturation: 0.97 and the lightness value of 42bcfc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111100 11111100
Octal 102 274 374
Decimal 66 188 252
Hex 42 BC FC

RGB Percentages of Color #42bcfc

%13.04
%37.15
%49.80

CMYK Percentages of Color #42bcfc

%74
%25
%0
%1

Triadic Colors of #42bcfc

#42bcfc #fc42bc #bcfc42

Analogous Colors of #42bcfc

#42bcfc #425ffc #42fcdf

Monochromatic Colors of #42bcfc

#42bcfc

Complementary Color

#42bcfc #fc8242

#42bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bcfc Color CSS Codes

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

#42bcfc Text Font Color

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

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


#42bcfc Background Color

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

This div background color is #42bcfc


#42bcfc Border Color

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

This div border color is #42bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bcfc


Comments

No comments written yet.

Please login to write comment.