Color Hex Logo

#62bbec Color Hex

#62BBEC
(98,187,236)
0 Favorites   0 Comments

Color spaces of #62bbec

RGB 98187236
HSL0.560.780.65
HSV201°58°93°
CMYK 0.580.210.00   0.07
XYZ37.947644.193485.8870
Yxy44.19340.22580.2630
Hunter Lab66.4781-14.4438-30.0656
CIE-Lab72.3576-12.6786-32.4525

#62bbec color RGB value is (98,187,236).

#62bbec hex color red value is 98, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #62bbec hue: 0.56 , saturation: 0.78 and the lightness value of 62bbec is 0.65.

The process color (four color CMYK) of #62bbec color hex is 0.58, 0.21, 0.00, 0.07. Web safe color of #62bbec is #66ccff. Color #62bbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111011 11101100
Octal 142 273 354
Decimal 98 187 236
Hex 62 BB EC

RGB Percentages of Color #62bbec

%18.81
%35.89
%45.30

CMYK Percentages of Color #62bbec

%58
%21
%0
%7

Triadic Colors of #62bbec

#62bbec #ec62bb #bbec62

Analogous Colors of #62bbec

#62bbec #6276ec #62ecd8

Monochromatic Colors of #62bbec

#62bbec

Complementary Color

#62bbec #ec9362

#62bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bbec Color CSS Codes

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

#62bbec Text Font Color

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

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


#62bbec Background Color

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

This div background color is #62bbec


#62bbec Border Color

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

This div border color is #62bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bbec


Comments

No comments written yet.

Please login to write comment.