Color Hex Logo

#63aefb Color Hex

#63AEFB
(99,174,251)
0 Favorites   0 Comments

Color spaces of #63aefb

RGB 99174251
HSL0.580.950.69
HSV210°61°98°
CMYK 0.610.310.00   0.02
XYZ37.694239.889896.9796
Yxy39.88980.21590.2285
Hunter Lab63.1584-3.9947-46.8289
CIE-Lab69.3910-0.7128-45.2030

#63aefb color RGB value is (99,174,251).

#63aefb hex color red value is 99, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #63aefb hue: 0.58 , saturation: 0.95 and the lightness value of 63aefb is 0.69.

The process color (four color CMYK) of #63aefb color hex is 0.61, 0.31, 0.00, 0.02. Web safe color of #63aefb is #6699ff. Color #63aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10101110 11111011
Octal 143 256 373
Decimal 99 174 251
Hex 63 AE FB

RGB Percentages of Color #63aefb

%18.89
%33.21
%47.90

CMYK Percentages of Color #63aefb

%61
%31
%0
%2

Triadic Colors of #63aefb

#63aefb #fb63ae #aefb63

Analogous Colors of #63aefb

#63aefb #6463fb #63fafb

Monochromatic Colors of #63aefb

#63aefb

Complementary Color

#63aefb #fbb063

#63aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#63aefb Color CSS Codes

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

#63aefb Text Font Color

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

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


#63aefb Background Color

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

This div background color is #63aefb


#63aefb Border Color

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

This div border color is #63aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63aefb


Comments

No comments written yet.

Please login to write comment.