Color Hex Logo

#63aebf Color Hex

#63AEBF
(99,174,191)
1 Favorites   0 Comments

Color spaces of #63aebf

RGB 99174191
HSL0.530.420.57
HSV191°48°75°
CMYK 0.480.090.00   0.25
XYZ29.685636.686354.8068
Yxy36.68630.24500.3027
Hunter Lab60.5692-18.5114-11.2508
CIE-Lab67.0410-18.6964-15.9202

#63aebf color RGB value is (99,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101110 10111111
Octal 143 256 277
Decimal 99 174 191
Hex 63 AE BF

RGB Percentages of Color #63aebf

%21.34
%37.50
%41.16

CMYK Percentages of Color #63aebf

%48
%9
%0
%25

Triadic Colors of #63aebf

#63aebf #bf63ae #aebf63

Analogous Colors of #63aebf

#63aebf #6380bf #63bfa2

Monochromatic Colors of #63aebf

#63aebf

Complementary Color

#63aebf #bf7463

#63aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aebf Color CSS Codes

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

#63aebf Text Font Color

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

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


#63aebf Background Color

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

This div background color is #63aebf


#63aebf Border Color

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

This div border color is #63aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aebf

#63aebf Color Palettes


Comments

No comments written yet.

Please login to write comment.