Color Hex Logo

#63bcaa Color Hex

#63BCAA
(99,188,170)
0 Favorites   0 Comments

Color spaces of #63bcaa

RGB 99188170
HSL0.470.400.56
HSV168°47°74°
CMYK 0.470.000.10   0.26
XYZ30.384541.521444.4432
Yxy41.52140.26110.3569
Hunter Lab64.4371-28.59554.2128
CIE-Lab70.5397-31.13520.8481

#63bcaa color RGB value is (99,188,170).

#63bcaa hex color red value is 99, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #63bcaa hue: 0.47 , saturation: 0.40 and the lightness value of 63bcaa is 0.56.

The process color (four color CMYK) of #63bcaa color hex is 0.47, 0.00, 0.10, 0.26. Web safe color of #63bcaa is #66cc99. Color #63bcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10111100 10101010
Octal 143 274 252
Decimal 99 188 170
Hex 63 BC AA

RGB Percentages of Color #63bcaa

%21.66
%41.14
%37.20

CMYK Percentages of Color #63bcaa

%47
%0
%10
%26

Triadic Colors of #63bcaa

#63bcaa #aa63bc #bcaa63

Analogous Colors of #63bcaa

#63bcaa #63a2bc #63bc7e

Monochromatic Colors of #63bcaa

#63bcaa

Complementary Color

#63bcaa #bc6375

#63bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#63bcaa Color CSS Codes

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

#63bcaa Text Font Color

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

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


#63bcaa Background Color

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

This div background color is #63bcaa


#63bcaa Border Color

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

This div border color is #63bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63bcaa


Comments

No comments written yet.

Please login to write comment.