Color Hex Logo

#62cefb Color Hex

#62CEFB
(98,206,251)
0 Favorites   0 Comments

Color spaces of #62cefb

RGB 98206251
HSL0.550.950.68
HSV198°61°98°
CMYK 0.610.180.00   0.02
XYZ44.520953.704399.2863
Yxy53.70430.22540.2719
Hunter Lab73.2832-19.8036-29.0296
CIE-Lab78.2890-18.1081-31.3753

#62cefb color RGB value is (98,206,251).

#62cefb hex color red value is 98, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #62cefb hue: 0.55 , saturation: 0.95 and the lightness value of 62cefb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11001110 11111011
Octal 142 316 373
Decimal 98 206 251
Hex 62 CE FB

RGB Percentages of Color #62cefb

%17.66
%37.12
%45.23

CMYK Percentages of Color #62cefb

%61
%18
%0
%2

Triadic Colors of #62cefb

#62cefb #fb62ce #cefb62

Analogous Colors of #62cefb

#62cefb #6282fb #62fbdc

Monochromatic Colors of #62cefb

#62cefb

Complementary Color

#62cefb #fb8f62

#62cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62cefb Color CSS Codes

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

#62cefb Text Font Color

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

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


#62cefb Background Color

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

This div background color is #62cefb


#62cefb Border Color

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

This div border color is #62cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62cefb


Comments

No comments written yet.

Please login to write comment.