Color Hex Logo

#62befd Color Hex

#62BEFD
(98,190,253)
0 Favorites   0 Comments

Color spaces of #62befd

RGB 98190253
HSL0.570.970.69
HSV204°61°99°
CMYK 0.610.250.00   0.01
XYZ41.180146.515499.7365
Yxy46.51540.21970.2482
Hunter Lab68.2022-11.5766-38.9621
CIE-Lab73.8787-9.0648-39.2719

#62befd color RGB value is (98,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111110 11111101
Octal 142 276 375
Decimal 98 190 253
Hex 62 BE FD

RGB Percentages of Color #62befd

%18.11
%35.12
%46.77

CMYK Percentages of Color #62befd

%61
%25
%0
%1

Triadic Colors of #62befd

#62befd #fd62be #befd62

Analogous Colors of #62befd

#62befd #6271fd #62fdef

Monochromatic Colors of #62befd

#62befd

Complementary Color

#62befd #fda162

#62befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62befd Color CSS Codes

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

#62befd Text Font Color

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

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


#62befd Background Color

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

This div background color is #62befd


#62befd Border Color

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

This div border color is #62befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62befd

Related Colors


Comments

No comments written yet.

Please login to write comment.