Color Hex Logo

#42bcfd Color Hex

#42BCFD
(66,188,253)
0 Favorites   0 Comments

Color spaces of #42bcfd

RGB 66188253
HSL0.560.980.63
HSV201°74°99°
CMYK 0.740.260.00   0.01
XYZ37.959644.216599.4625
Yxy44.21650.20900.2434
Hunter Lab66.4955-14.4686-42.1378
CIE-Lab72.3730-12.7061-41.6900

#42bcfd color RGB value is (66,188,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111100 11111101
Octal 102 274 375
Decimal 66 188 253
Hex 42 BC FD

RGB Percentages of Color #42bcfd

%13.02
%37.08
%49.90

CMYK Percentages of Color #42bcfd

%74
%26
%0
%1

Triadic Colors of #42bcfd

#42bcfd #fd42bc #bcfd42

Analogous Colors of #42bcfd

#42bcfd #425efd #42fde1

Monochromatic Colors of #42bcfd

#42bcfd

Complementary Color

#42bcfd #fd8342

#42bcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bcfd Color CSS Codes

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

#42bcfd Text Font Color

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

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


#42bcfd Background Color

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

This div background color is #42bcfd


#42bcfd Border Color

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

This div border color is #42bcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.