Color Hex Logo

#62bcf1 Color Hex

#62BCF1
(98,188,241)
0 Favorites   0 Comments

Color spaces of #62bcf1

RGB 98188241
HSL0.560.840.66
HSV202°59°95°
CMYK 0.590.220.00   0.05
XYZ38.897444.914089.8382
Yxy44.91400.22400.2586
Hunter Lab67.0179-13.6794-32.5663
CIE-Lab72.8352-11.6910-34.4203

#62bcf1 color RGB value is (98,188,241).

#62bcf1 hex color red value is 98, green value is 188 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #62bcf1 hue: 0.56 , saturation: 0.84 and the lightness value of 62bcf1 is 0.66.

The process color (four color CMYK) of #62bcf1 color hex is 0.59, 0.22, 0.00, 0.05. Web safe color of #62bcf1 is #66ccff. Color #62bcf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111100 11110001
Octal 142 274 361
Decimal 98 188 241
Hex 62 BC F1

RGB Percentages of Color #62bcf1

%18.60
%35.67
%45.73

CMYK Percentages of Color #62bcf1

%59
%22
%0
%5

Triadic Colors of #62bcf1

#62bcf1 #f162bc #bcf162

Analogous Colors of #62bcf1

#62bcf1 #6275f1 #62f1df

Monochromatic Colors of #62bcf1

#62bcf1

Complementary Color

#62bcf1 #f19762

#62bcf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bcf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bcf1 Color CSS Codes

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

#62bcf1 Text Font Color

<p style="color:#62bcf1">Text here</p>

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


#62bcf1 Background Color

<div style="background-color:#62bcf1">
Div content here</div>

This div background color is #62bcf1


#62bcf1 Border Color

<div style="border:3px solid #62bcf1">
Div here</div>

This div border color is #62bcf1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,188,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62bcf1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62bcf1;
  -webkit-box-shadow: 1px 1px 3px 2px #62bcf1;
  box-shadow:         1px 1px 3px 2px #62bcf1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bcf1


Comments

No comments written yet.

Please login to write comment.