Color Hex Logo

#63bcbf Color Hex

#63BCBF
(99,188,191)
0 Favorites   0 Comments

Color spaces of #63bcbf

RGB 99188191
HSL0.510.420.57
HSV182°48°75°
CMYK 0.480.020.00   0.25
XYZ32.532842.380755.7558
Yxy42.38070.24900.3243
Hunter Lab65.1005-24.7236-5.2091
CIE-Lab71.1326-25.8162-9.7787

#63bcbf color RGB value is (99,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111100 10111111
Octal 143 274 277
Decimal 99 188 191
Hex 63 BC BF

RGB Percentages of Color #63bcbf

%20.71
%39.33
%39.96

CMYK Percentages of Color #63bcbf

%48
%2
%0
%25

Triadic Colors of #63bcbf

#63bcbf #bf63bc #bcbf63

Analogous Colors of #63bcbf

#63bcbf #638ebf #63bf94

Monochromatic Colors of #63bcbf

#63bcbf

Complementary Color

#63bcbf #bf6663

#63bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bcbf Color CSS Codes

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

#63bcbf Text Font Color

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

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


#63bcbf Background Color

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

This div background color is #63bcbf


#63bcbf Border Color

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

This div border color is #63bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bcbf


Comments

No comments written yet.

Please login to write comment.