Color Hex Logo

#5facdd Color Hex

#5FACDD
(95,172,221)
0 Favorites   0 Comments

Color spaces of #5facdd

RGB 95172221
HSL0.560.650.62
HSV203°57°87°
CMYK 0.570.220.00   0.13
XYZ32.523037.158473.8648
Yxy37.15840.22660.2589
Hunter Lab60.9577-11.4401-29.1736
CIE-Lab67.3957-9.7440-31.9483

#5facdd color RGB value is (95,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101100 11011101
Octal 137 254 335
Decimal 95 172 221
Hex 5F AC DD

RGB Percentages of Color #5facdd

%19.47
%35.25
%45.29

CMYK Percentages of Color #5facdd

%57
%22
%0
%13

Triadic Colors of #5facdd

#5facdd #dd5fac #acdd5f

Analogous Colors of #5facdd

#5facdd #5f6ddd #5fddcf

Monochromatic Colors of #5facdd

#5facdd

Complementary Color

#5facdd #dd905f

#5facdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5facdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5facdd Color CSS Codes

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

#5facdd Text Font Color

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

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


#5facdd Background Color

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

This div background color is #5facdd


#5facdd Border Color

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

This div border color is #5facdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,172,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 #5facdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5facdd


Comments

No comments written yet.

Please login to write comment.