Color Hex Logo

#62cbce Color Hex

#62CBCE
(98,203,206)
0 Favorites   0 Comments

Color spaces of #62cbce

RGB 98203206
HSL0.500.520.60
HSV182°52°81°
CMYK 0.520.010.00   0.19
XYZ37.533549.764866.0199
Yxy49.76480.24480.3246
Hunter Lab70.5442-28.4802-6.1066
CIE-Lab75.9247-29.3981-10.7876

#62cbce color RGB value is (98,203,206).

#62cbce hex color red value is 98, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #62cbce hue: 0.50 , saturation: 0.52 and the lightness value of 62cbce is 0.60.

The process color (four color CMYK) of #62cbce color hex is 0.52, 0.01, 0.00, 0.19. Web safe color of #62cbce is #66cccc. Color #62cbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11001011 11001110
Octal 142 313 316
Decimal 98 203 206
Hex 62 CB CE

RGB Percentages of Color #62cbce

%19.33
%40.04
%40.63

CMYK Percentages of Color #62cbce

%52
%1
%0
%19

Triadic Colors of #62cbce

#62cbce #ce62cb #cbce62

Analogous Colors of #62cbce

#62cbce #6295ce #62ce9b

Monochromatic Colors of #62cbce

#62cbce

Complementary Color

#62cbce #ce6562

#62cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#62cbce Color CSS Codes

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

#62cbce Text Font Color

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

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


#62cbce Background Color

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

This div background color is #62cbce


#62cbce Border Color

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

This div border color is #62cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62cbce


Comments

No comments written yet.

Please login to write comment.