Color Hex Logo

#63aebd Color Hex

#63AEBD
(99,174,189)
0 Favorites   0 Comments

Color spaces of #63aebd

RGB 99174189
HSL0.530.410.56
HSV190°48°74°
CMYK 0.480.080.00   0.26
XYZ29.466936.598953.6553
Yxy36.59890.24610.3057
Hunter Lab60.4970-18.9260-10.2369
CIE-Lab66.9750-19.2470-14.9119

#63aebd color RGB value is (99,174,189).

#63aebd hex color red value is 99, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #63aebd hue: 0.53 , saturation: 0.41 and the lightness value of 63aebd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101110 10111101
Octal 143 256 275
Decimal 99 174 189
Hex 63 AE BD

RGB Percentages of Color #63aebd

%21.43
%37.66
%40.91

CMYK Percentages of Color #63aebd

%48
%8
%0
%26

Triadic Colors of #63aebd

#63aebd #bd63ae #aebd63

Analogous Colors of #63aebd

#63aebd #6381bd #63bd9f

Monochromatic Colors of #63aebd

#63aebd

Complementary Color

#63aebd #bd7263

#63aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aebd Color CSS Codes

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

#63aebd Text Font Color

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

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


#63aebd Background Color

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

This div background color is #63aebd


#63aebd Border Color

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

This div border color is #63aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aebd


Comments

No comments written yet.

Please login to write comment.