Color Hex Logo

#62bddf Color Hex

#62BDDF
(98,189,223)
0 Favorites   0 Comments

Color spaces of #62bddf

RGB 98189223
HSL0.550.660.63
HSV196°56°87°
CMYK 0.560.150.00   0.13
XYZ36.553944.319676.4400
Yxy44.31960.23240.2817
Hunter Lab66.5730-18.4919-21.4765
CIE-Lab72.4416-17.6044-25.2674

#62bddf color RGB value is (98,189,223).

#62bddf hex color red value is 98, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #62bddf hue: 0.55 , saturation: 0.66 and the lightness value of 62bddf is 0.63.

The process color (four color CMYK) of #62bddf color hex is 0.56, 0.15, 0.00, 0.13. Web safe color of #62bddf is #66cccc. Color #62bddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111101 11011111
Octal 142 275 337
Decimal 98 189 223
Hex 62 BD DF

RGB Percentages of Color #62bddf

%19.22
%37.06
%43.73

CMYK Percentages of Color #62bddf

%56
%15
%0
%13

Triadic Colors of #62bddf

#62bddf #df62bd #bddf62

Analogous Colors of #62bddf

#62bddf #627fdf #62dfc3

Monochromatic Colors of #62bddf

#62bddf

Complementary Color

#62bddf #df8462

#62bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bddf Color CSS Codes

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

#62bddf Text Font Color

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

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


#62bddf Background Color

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

This div background color is #62bddf


#62bddf Border Color

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

This div border color is #62bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bddf


Comments

No comments written yet.

Please login to write comment.