Color Hex Logo

#63b9be Color Hex

#63B9BE
(99,185,190)
0 Favorites   0 Comments

Color spaces of #63b9be

RGB 99185190
HSL0.510.410.57
HSV183°48°75°
CMYK 0.480.030.00   0.25
XYZ31.788841.068354.9667
Yxy41.06830.24870.3213
Hunter Lab64.0846-23.6040-5.9951
CIE-Lab70.2237-24.5856-10.5873

#63b9be color RGB value is (99,185,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111001 10111110
Octal 143 271 276
Decimal 99 185 190
Hex 63 B9 BE

RGB Percentages of Color #63b9be

%20.89
%39.03
%40.08

CMYK Percentages of Color #63b9be

%48
%3
%0
%25

Triadic Colors of #63b9be

#63b9be #be63b9 #b9be63

Analogous Colors of #63b9be

#63b9be #638cbe #63be96

Monochromatic Colors of #63b9be

#63b9be

Complementary Color

#63b9be #be6863

#63b9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63b9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#63b9be Color CSS Codes

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

#63b9be Text Font Color

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

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


#63b9be Background Color

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

This div background color is #63b9be


#63b9be Border Color

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

This div border color is #63b9be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,185,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 #63b9be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63b9be


Comments

No comments written yet.

Please login to write comment.