Color Hex Logo

#62bfce Color Hex

#62BFCE
(98,191,206)
0 Favorites   0 Comments

Color spaces of #62bfce

RGB 98191206
HSL0.520.520.60
HSV188°52°81°
CMYK 0.520.070.00   0.19
XYZ34.808444.314565.1115
Yxy44.31450.24130.3072
Hunter Lab66.5691-23.1600-11.3934
CIE-Lab72.4382-23.4720-16.0188

#62bfce color RGB value is (98,191,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111111 11001110
Octal 142 277 316
Decimal 98 191 206
Hex 62 BF CE

RGB Percentages of Color #62bfce

%19.80
%38.59
%41.62

CMYK Percentages of Color #62bfce

%52
%7
%0
%19

Triadic Colors of #62bfce

#62bfce #ce62bf #bfce62

Analogous Colors of #62bfce

#62bfce #6289ce #62cea7

Monochromatic Colors of #62bfce

#62bfce

Complementary Color

#62bfce #ce7162

#62bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bfce Color CSS Codes

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

#62bfce Text Font Color

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

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


#62bfce Background Color

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

This div background color is #62bfce


#62bfce Border Color

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

This div border color is #62bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bfce


Comments

No comments written yet.

Please login to write comment.