Color Hex Logo

#62ebfd Color Hex

#62EBFD
(98,235,253)
0 Favorites   0 Comments

Color spaces of #62ebfd

RGB 98235253
HSL0.520.970.69
HSV187°61°99°
CMYK 0.610.070.00   0.01
XYZ52.475069.1052103.5014
Yxy69.10520.23310.3070
Hunter Lab83.1295-32.7997-15.6290
CIE-Lab86.5561-31.8720-19.8282

#62ebfd color RGB value is (98,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11101011 11111101
Octal 142 353 375
Decimal 98 235 253
Hex 62 EB FD

RGB Percentages of Color #62ebfd

%16.72
%40.10
%43.17

CMYK Percentages of Color #62ebfd

%61
%7
%0
%1

Triadic Colors of #62ebfd

#62ebfd #fd62eb #ebfd62

Analogous Colors of #62ebfd

#62ebfd #629efd #62fdc2

Monochromatic Colors of #62ebfd

#62ebfd

Complementary Color

#62ebfd #fd7462

#62ebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62ebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62ebfd Color CSS Codes

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

#62ebfd Text Font Color

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

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


#62ebfd Background Color

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

This div background color is #62ebfd


#62ebfd Border Color

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

This div border color is #62ebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62ebfd

Related Colors


Comments

No comments written yet.

Please login to write comment.