Color Hex Logo

#63aeb1 Color Hex

#63AEB1
(99,174,177)
0 Favorites   0 Comments

Color spaces of #63aeb1

RGB 99174177
HSL0.510.330.54
HSV182°44°69°
CMYK 0.440.020.00   0.31
XYZ28.217536.099147.0756
Yxy36.09910.25330.3241
Hunter Lab60.0825-21.3127-4.3969
CIE-Lab66.5956-22.4635-8.8252

#63aeb1 color RGB value is (99,174,177).

#63aeb1 hex color red value is 99, green value is 174 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #63aeb1 hue: 0.51 , saturation: 0.33 and the lightness value of 63aeb1 is 0.54.

The process color (four color CMYK) of #63aeb1 color hex is 0.44, 0.02, 0.00, 0.31. Web safe color of #63aeb1 is #669999. Color #63aeb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101110 10110001
Octal 143 256 261
Decimal 99 174 177
Hex 63 AE B1

RGB Percentages of Color #63aeb1

%22.00
%38.67
%39.33

CMYK Percentages of Color #63aeb1

%44
%2
%0
%31

Triadic Colors of #63aeb1

#63aeb1 #b163ae #aeb163

Analogous Colors of #63aeb1

#63aeb1 #6387b1 #63b18d

Monochromatic Colors of #63aeb1

#63aeb1

Complementary Color

#63aeb1 #b16663

#63aeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aeb1 Color CSS Codes

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

#63aeb1 Text Font Color

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

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


#63aeb1 Background Color

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

This div background color is #63aeb1


#63aeb1 Border Color

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

This div border color is #63aeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aeb1


Comments

No comments written yet.

Please login to write comment.