Color Hex Logo

#5facdf Color Hex

#5FACDF
(95,172,223)
0 Favorites   0 Comments

Color spaces of #5facdf

RGB 95172223
HSL0.570.670.62
HSV204°57°87°
CMYK 0.570.230.00   0.13
XYZ32.791137.265775.2768
Yxy37.26570.22560.2564
Hunter Lab61.0456-10.9473-30.3799
CIE-Lab67.4759-9.1313-32.9228

#5facdf color RGB value is (95,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101100 11011111
Octal 137 254 337
Decimal 95 172 223
Hex 5F AC DF

RGB Percentages of Color #5facdf

%19.39
%35.10
%45.51

CMYK Percentages of Color #5facdf

%57
%23
%0
%13

Triadic Colors of #5facdf

#5facdf #df5fac #acdf5f

Analogous Colors of #5facdf

#5facdf #5f6cdf #5fdfd2

Monochromatic Colors of #5facdf

#5facdf

Complementary Color

#5facdf #df925f

#5facdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5facdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5facdf Color CSS Codes

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

#5facdf Text Font Color

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

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


#5facdf Background Color

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

This div background color is #5facdf


#5facdf Border Color

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

This div border color is #5facdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5facdf


Comments

No comments written yet.

Please login to write comment.