Color Hex Logo

#63a8bf Color Hex

#63A8BF
(99,168,191)
0 Favorites   0 Comments

Color spaces of #63a8bf

RGB 99168191
HSL0.540.420.57
HSV195°48°75°
CMYK 0.480.120.00   0.25
XYZ28.552234.419554.4290
Yxy34.41950.24320.2932
Hunter Lab58.6681-15.7981-13.9382
CIE-Lab65.2942-15.5405-18.5656

#63a8bf color RGB value is (99,168,191).

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

The process color (four color CMYK) of #63a8bf color hex is 0.48, 0.12, 0.00, 0.25. Web safe color of #63a8bf is #6699cc. Color #63a8bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101000 10111111
Octal 143 250 277
Decimal 99 168 191
Hex 63 A8 BF

RGB Percentages of Color #63a8bf

%21.62
%36.68
%41.70

CMYK Percentages of Color #63a8bf

%48
%12
%0
%25

Triadic Colors of #63a8bf

#63a8bf #bf63a8 #a8bf63

Analogous Colors of #63a8bf

#63a8bf #637abf #63bfa8

Monochromatic Colors of #63a8bf

#63a8bf

Complementary Color

#63a8bf #bf7a63

#63a8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63a8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63a8bf Color CSS Codes

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

#63a8bf Text Font Color

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

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


#63a8bf Background Color

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

This div background color is #63a8bf


#63a8bf Border Color

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

This div border color is #63a8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63a8bf


Comments

No comments written yet.

Please login to write comment.