Color Hex Logo

#63bfba Color Hex

#63BFBA
(99,191,186)
0 Favorites   0 Comments

Color spaces of #63bfba

RGB 99191186
HSL0.490.420.57
HSV177°48°75°
CMYK 0.480.000.03   0.25
XYZ32.639343.459453.1226
Yxy43.45940.25260.3363
Hunter Lab65.9237-26.9900-1.6304
CIE-Lab71.8657-28.5948-5.9552

#63bfba color RGB value is (99,191,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111111 10111010
Octal 143 277 272
Decimal 99 191 186
Hex 63 BF BA

RGB Percentages of Color #63bfba

%20.80
%40.13
%39.08

CMYK Percentages of Color #63bfba

%48
%0
%3
%25

Triadic Colors of #63bfba

#63bfba #ba63bf #bfba63

Analogous Colors of #63bfba

#63bfba #6396bf #63bf8c

Monochromatic Colors of #63bfba

#63bfba

Complementary Color

#63bfba #bf6368

#63bfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bfba Color CSS Codes

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

#63bfba Text Font Color

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

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


#63bfba Background Color

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

This div background color is #63bfba


#63bfba Border Color

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

This div border color is #63bfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bfba


Comments

No comments written yet.

Please login to write comment.