Color Hex Logo

#5faadd Color Hex

#5FAADD
(95,170,221)
0 Favorites   0 Comments

Color spaces of #5faadd

RGB 95170221
HSL0.570.650.62
HSV204°57°87°
CMYK 0.570.230.00   0.13
XYZ32.145236.402873.7388
Yxy36.40280.22590.2558
Hunter Lab60.3347-10.4844-30.2277
CIE-Lab66.8266-8.6502-32.8296

#5faadd color RGB value is (95,170,221).

#5faadd hex color red value is 95, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5faadd hue: 0.57 , saturation: 0.65 and the lightness value of 5faadd is 0.62.

The process color (four color CMYK) of #5faadd color hex is 0.57, 0.23, 0.00, 0.13. Web safe color of #5faadd is #6699cc. Color #5faadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 11011101
Octal 137 252 335
Decimal 95 170 221
Hex 5F AA DD

RGB Percentages of Color #5faadd

%19.55
%34.98
%45.47

CMYK Percentages of Color #5faadd

%57
%23
%0
%13

Triadic Colors of #5faadd

#5faadd #dd5faa #aadd5f

Analogous Colors of #5faadd

#5faadd #5f6bdd #5fddd1

Monochromatic Colors of #5faadd

#5faadd

Complementary Color

#5faadd #dd925f

#5faadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faadd Color CSS Codes

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

#5faadd Text Font Color

<p style="color:#5faadd">Text here</p>

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


#5faadd Background Color

<div style="background-color:#5faadd">
Div content here</div>

This div background color is #5faadd


#5faadd Border Color

<div style="border:3px solid #5faadd">
Div here</div>

This div border color is #5faadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,170,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5faadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5faadd;
  -webkit-box-shadow: 1px 1px 3px 2px #5faadd;
  box-shadow:         1px 1px 3px 2px #5faadd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,170,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faadd


Comments

No comments written yet.

Please login to write comment.