Color Hex Logo

#62cedb Color Hex

#62CEDB
(98,206,219)
0 Favorites   0 Comments

Color spaces of #62cedb

RGB 98206219
HSL0.520.630.62
HSV186°55°86°
CMYK 0.550.060.00   0.14
XYZ39.894551.853874.9239
Yxy51.85380.23940.3111
Hunter Lab72.0096-27.1248-11.2828
CIE-Lab77.1933-27.3307-15.8918

#62cedb color RGB value is (98,206,219).

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

The process color (four color CMYK) of #62cedb color hex is 0.55, 0.06, 0.00, 0.14. Web safe color of #62cedb is #66cccc. Color #62cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11001110 11011011
Octal 142 316 333
Decimal 98 206 219
Hex 62 CE DB

RGB Percentages of Color #62cedb

%18.74
%39.39
%41.87

CMYK Percentages of Color #62cedb

%55
%6
%0
%14

Triadic Colors of #62cedb

#62cedb #db62ce #cedb62

Analogous Colors of #62cedb

#62cedb #6292db #62dbac

Monochromatic Colors of #62cedb

#62cedb

Complementary Color

#62cedb #db6f62

#62cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62cedb Color CSS Codes

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

#62cedb Text Font Color

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

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


#62cedb Background Color

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

This div background color is #62cedb


#62cedb Border Color

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

This div border color is #62cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62cedb


Comments

No comments written yet.

Please login to write comment.