Color Hex Logo

#62cbea Color Hex

#62CBEA
(98,203,234)
0 Favorites   0 Comments

Color spaces of #62cbea

RGB 98203234
HSL0.540.760.65
HSV194°58°92°
CMYK 0.580.130.00   0.08
XYZ41.244251.249185.5602
Yxy51.24910.23160.2878
Hunter Lab71.5885-22.4408-20.7495
CIE-Lab76.8297-21.5881-24.5073

#62cbea color RGB value is (98,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11001011 11101010
Octal 142 313 352
Decimal 98 203 234
Hex 62 CB EA

RGB Percentages of Color #62cbea

%18.32
%37.94
%43.74

CMYK Percentages of Color #62cbea

%58
%13
%0
%8

Triadic Colors of #62cbea

#62cbea #ea62cb #cbea62

Analogous Colors of #62cbea

#62cbea #6287ea #62eac5

Monochromatic Colors of #62cbea

#62cbea

Complementary Color

#62cbea #ea8162

#62cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#62cbea Color CSS Codes

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

#62cbea Text Font Color

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

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


#62cbea Background Color

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

This div background color is #62cbea


#62cbea Border Color

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

This div border color is #62cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62cbea


Comments

No comments written yet.

Please login to write comment.