Color Hex Logo

#63abb4 Color Hex

#63ABB4
(99,171,180)
0 Favorites   0 Comments

Color spaces of #63abb4

RGB 99171180
HSL0.520.350.55
HSV187°45°71°
CMYK 0.450.050.00   0.29
XYZ27.946735.073848.4770
Yxy35.07380.25060.3146
Hunter Lab59.2231-19.4084-7.0755
CIE-Lab65.8061-20.1310-11.6724

#63abb4 color RGB value is (99,171,180).

#63abb4 hex color red value is 99, green value is 171 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #63abb4 hue: 0.52 , saturation: 0.35 and the lightness value of 63abb4 is 0.55.

The process color (four color CMYK) of #63abb4 color hex is 0.45, 0.05, 0.00, 0.29. Web safe color of #63abb4 is #6699cc. Color #63abb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101011 10110100
Octal 143 253 264
Decimal 99 171 180
Hex 63 AB B4

RGB Percentages of Color #63abb4

%22.00
%38.00
%40.00

CMYK Percentages of Color #63abb4

%45
%5
%0
%29

Triadic Colors of #63abb4

#63abb4 #b463ab #abb463

Analogous Colors of #63abb4

#63abb4 #6383b4 #63b495

Monochromatic Colors of #63abb4

#63abb4

Complementary Color

#63abb4 #b46c63

#63abb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63abb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#63abb4 Color CSS Codes

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

#63abb4 Text Font Color

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

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


#63abb4 Background Color

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

This div background color is #63abb4


#63abb4 Border Color

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

This div border color is #63abb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63abb4


Comments

No comments written yet.

Please login to write comment.