Color Hex Logo

#62bafd Color Hex

#62BAFD
(98,186,253)
0 Favorites   0 Comments

Color spaces of #62bafd

RGB 98186253
HSL0.570.970.69
HSV206°61°99°
CMYK 0.610.260.00   0.01
XYZ40.325544.806399.4516
Yxy44.80630.21850.2427
Hunter Lab66.9375-9.6060-41.2332
CIE-Lab72.7642-6.8962-41.0084

#62bafd color RGB value is (98,186,253).

#62bafd hex color red value is 98, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #62bafd hue: 0.57 , saturation: 0.97 and the lightness value of 62bafd is 0.69.

The process color (four color CMYK) of #62bafd color hex is 0.61, 0.26, 0.00, 0.01. Web safe color of #62bafd is #66ccff. Color #62bafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111010 11111101
Octal 142 272 375
Decimal 98 186 253
Hex 62 BA FD

RGB Percentages of Color #62bafd

%18.25
%34.64
%47.11

CMYK Percentages of Color #62bafd

%61
%26
%0
%1

Triadic Colors of #62bafd

#62bafd #fd62ba #bafd62

Analogous Colors of #62bafd

#62bafd #626dfd #62fdf3

Monochromatic Colors of #62bafd

#62bafd

Complementary Color

#62bafd #fda562

#62bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bafd Color CSS Codes

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

#62bafd Text Font Color

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

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


#62bafd Background Color

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

This div background color is #62bafd


#62bafd Border Color

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

This div border color is #62bafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,186,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 #62bafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bafd


Comments

No comments written yet.

Please login to write comment.