Color Hex Logo

#63b6be Color Hex

#63B6BE
(99,182,190)
0 Favorites   0 Comments

Color spaces of #63b6be

RGB 99182190
HSL0.510.410.57
HSV185°48°75°
CMYK 0.480.040.00   0.25
XYZ31.167839.826354.7597
Yxy39.82630.24780.3167
Hunter Lab63.1081-22.2816-7.2710
CIE-Lab69.3456-23.0755-11.9011

#63b6be color RGB value is (99,182,190).

#63b6be hex color red value is 99, green value is 182 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #63b6be hue: 0.51 , saturation: 0.41 and the lightness value of 63b6be is 0.57.

The process color (four color CMYK) of #63b6be color hex is 0.48, 0.04, 0.00, 0.25. Web safe color of #63b6be is #66cccc. Color #63b6be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10110110 10111110
Octal 143 266 276
Decimal 99 182 190
Hex 63 B6 BE

RGB Percentages of Color #63b6be

%21.02
%38.64
%40.34

CMYK Percentages of Color #63b6be

%48
%4
%0
%25

Triadic Colors of #63b6be

#63b6be #be63b6 #b6be63

Analogous Colors of #63b6be

#63b6be #6389be #63be99

Monochromatic Colors of #63b6be

#63b6be

Complementary Color

#63b6be #be6b63

#63b6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63b6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#63b6be Color CSS Codes

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

#63b6be Text Font Color

<p style="color:#63b6be">Text here</p>

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


#63b6be Background Color

<div style="background-color:#63b6be">
Div content here</div>

This div background color is #63b6be


#63b6be Border Color

<div style="border:3px solid #63b6be">
Div here</div>

This div border color is #63b6be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,182,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63b6be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63b6be;
  -webkit-box-shadow: 1px 1px 3px 2px #63b6be;
  box-shadow:         1px 1px 3px 2px #63b6be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63b6be


Comments

No comments written yet.

Please login to write comment.