Color Hex Logo

#62cfea Color Hex

#62CFEA
(98,207,234)
0 Favorites   0 Comments

Color spaces of #62cfea

RGB 98207234
HSL0.530.760.65
HSV192°58°92°
CMYK 0.580.120.00   0.08
XYZ42.201153.162885.8791
Yxy53.16280.23280.2933
Hunter Lab72.9128-24.2837-18.7947
CIE-Lab77.9710-23.6026-22.7684

#62cfea color RGB value is (98,207,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11001111 11101010
Octal 142 317 352
Decimal 98 207 234
Hex 62 CF EA

RGB Percentages of Color #62cfea

%18.18
%38.40
%43.41

CMYK Percentages of Color #62cfea

%58
%12
%0
%8

Triadic Colors of #62cfea

#62cfea #ea62cf #cfea62

Analogous Colors of #62cfea

#62cfea #628bea #62eac1

Monochromatic Colors of #62cfea

#62cfea

Complementary Color

#62cfea #ea7d62

#62cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#62cfea Color CSS Codes

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

#62cfea Text Font Color

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

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


#62cfea Background Color

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

This div background color is #62cfea


#62cfea Border Color

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

This div border color is #62cfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62cfea


Comments

No comments written yet.

Please login to write comment.