Color Hex Logo

#5fadc8 Color Hex

#5FADC8
(95,173,200)
0 Favorites   0 Comments

Color spaces of #5fadc8

RGB 95173200
HSL0.540.490.58
HSV195°53°78°
CMYK 0.530.140.00   0.22
XYZ30.088236.490260.1011
Yxy36.49020.23750.2881
Hunter Lab60.4071-16.8033-16.7047
CIE-Lab66.8928-16.5307-21.1419

#5fadc8 color RGB value is (95,173,200).

#5fadc8 hex color red value is 95, green value is 173 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #5fadc8 hue: 0.54 , saturation: 0.49 and the lightness value of 5fadc8 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101101 11001000
Octal 137 255 310
Decimal 95 173 200
Hex 5F AD C8

RGB Percentages of Color #5fadc8

%20.30
%36.97
%42.74

CMYK Percentages of Color #5fadc8

%53
%14
%0
%22

Triadic Colors of #5fadc8

#5fadc8 #c85fad #adc85f

Analogous Colors of #5fadc8

#5fadc8 #5f79c8 #5fc8af

Monochromatic Colors of #5fadc8

#5fadc8

Complementary Color

#5fadc8 #c87a5f

#5fadc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fadc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fadc8 Color CSS Codes

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

#5fadc8 Text Font Color

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

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


#5fadc8 Background Color

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

This div background color is #5fadc8


#5fadc8 Border Color

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

This div border color is #5fadc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fadc8


Comments

No comments written yet.

Please login to write comment.