Color Hex Logo

#62bbfe Color Hex

#62BBFE
(98,187,254)
0 Favorites   0 Comments

Color spaces of #62bbfe

RGB 98187254
HSL0.570.990.69
HSV206°61°100°
CMYK 0.610.260.00   0.00
XYZ40.696745.2931100.3634
Yxy45.29310.21840.2430
Hunter Lab67.3001-9.8355-41.3079
CIE-Lab73.0845-7.1275-41.0474

#62bbfe color RGB value is (98,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111011 11111110
Octal 142 273 376
Decimal 98 187 254
Hex 62 BB FE

RGB Percentages of Color #62bbfe

%18.18
%34.69
%47.12

CMYK Percentages of Color #62bbfe

%61
%26
%0
%0

Triadic Colors of #62bbfe

#62bbfe #fe62bb #bbfe62

Analogous Colors of #62bbfe

#62bbfe #626dfe #62fef3

Monochromatic Colors of #62bbfe

#62bbfe

Complementary Color

#62bbfe #fea562

#62bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bbfe Color CSS Codes

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

#62bbfe Text Font Color

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

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


#62bbfe Background Color

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

This div background color is #62bbfe


#62bbfe Border Color

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

This div border color is #62bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bbfe


Comments

No comments written yet.

Please login to write comment.