Color Hex Logo

#62bcea Color Hex

#62BCEA
(98,188,234)
0 Favorites   0 Comments

Color spaces of #62bcea

RGB 98188234
HSL0.560.760.65
HSV200°58°92°
CMYK 0.580.200.00   0.08
XYZ37.871544.503684.4359
Yxy44.50360.22700.2668
Hunter Lab66.7110-15.4108-28.3454
CIE-Lab72.5638-13.8139-31.0502

#62bcea color RGB value is (98,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111100 11101010
Octal 142 274 352
Decimal 98 188 234
Hex 62 BC EA

RGB Percentages of Color #62bcea

%18.85
%36.15
%45.00

CMYK Percentages of Color #62bcea

%58
%20
%0
%8

Triadic Colors of #62bcea

#62bcea #ea62bc #bcea62

Analogous Colors of #62bcea

#62bcea #6278ea #62ead4

Monochromatic Colors of #62bcea

#62bcea

Complementary Color

#62bcea #ea9062

#62bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bcea Color CSS Codes

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

#62bcea Text Font Color

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

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


#62bcea Background Color

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

This div background color is #62bcea


#62bcea Border Color

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

This div border color is #62bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bcea


Comments

No comments written yet.

Please login to write comment.