Color Hex Logo

#5fadc0 Color Hex

#5FADC0
(95,173,192)
0 Favorites   0 Comments

Color spaces of #5fadc0

RGB 95173192
HSL0.530.430.56
HSV192°51°75°
CMYK 0.510.100.00   0.25
XYZ29.177336.125855.3043
Yxy36.12580.24190.2995
Hunter Lab60.1047-18.5321-12.4813
CIE-Lab66.6159-18.8115-17.1330

#5fadc0 color RGB value is (95,173,192).

#5fadc0 hex color red value is 95, green value is 173 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #5fadc0 hue: 0.53 , saturation: 0.43 and the lightness value of 5fadc0 is 0.56.

The process color (four color CMYK) of #5fadc0 color hex is 0.51, 0.10, 0.00, 0.25. Web safe color of #5fadc0 is #6699cc. Color #5fadc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101101 11000000
Octal 137 255 300
Decimal 95 173 192
Hex 5F AD C0

RGB Percentages of Color #5fadc0

%20.65
%37.61
%41.74

CMYK Percentages of Color #5fadc0

%51
%10
%0
%25

Triadic Colors of #5fadc0

#5fadc0 #c05fad #adc05f

Analogous Colors of #5fadc0

#5fadc0 #5f7dc0 #5fc0a3

Monochromatic Colors of #5fadc0

#5fadc0

Complementary Color

#5fadc0 #c0725f

#5fadc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fadc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fadc0 Color CSS Codes

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

#5fadc0 Text Font Color

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

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


#5fadc0 Background Color

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

This div background color is #5fadc0


#5fadc0 Border Color

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

This div border color is #5fadc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fadc0


Comments

No comments written yet.

Please login to write comment.