Color Hex Logo

#62becf Color Hex

#62BECF
(98,190,207)
0 Favorites   0 Comments

Color spaces of #62becf

RGB 98190207
HSL0.530.530.60
HSV189°53°81°
CMYK 0.530.080.00   0.19
XYZ34.712943.928665.6810
Yxy43.92860.24050.3044
Hunter Lab66.2787-22.4997-12.3603
CIE-Lab72.1807-22.6897-16.9525

#62becf color RGB value is (98,190,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111110 11001111
Octal 142 276 317
Decimal 98 190 207
Hex 62 BE CF

RGB Percentages of Color #62becf

%19.80
%38.38
%41.82

CMYK Percentages of Color #62becf

%53
%8
%0
%19

Triadic Colors of #62becf

#62becf #cf62be #becf62

Analogous Colors of #62becf

#62becf #6288cf #62cfaa

Monochromatic Colors of #62becf

#62becf

Complementary Color

#62becf #cf7362

#62becf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62becf Color Preview on White Background

Lorem ipsum dolor sit amet.

#62becf Color CSS Codes

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

#62becf Text Font Color

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

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


#62becf Background Color

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

This div background color is #62becf


#62becf Border Color

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

This div border color is #62becf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62becf


Comments

No comments written yet.

Please login to write comment.