Color Hex Logo

#5fadcd Color Hex

#5FADCD
(95,173,205)
0 Favorites   0 Comments

Color spaces of #5fadcd

RGB 95173205
HSL0.550.520.59
HSV197°54°80°
CMYK 0.540.160.00   0.20
XYZ30.682336.727863.2297
Yxy36.72780.23490.2811
Hunter Lab60.6035-15.6852-19.4369
CIE-Lab67.0723-15.0763-23.6311

#5fadcd color RGB value is (95,173,205).

#5fadcd hex color red value is 95, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5fadcd hue: 0.55 , saturation: 0.52 and the lightness value of 5fadcd is 0.59.

The process color (four color CMYK) of #5fadcd color hex is 0.54, 0.16, 0.00, 0.20. Web safe color of #5fadcd is #6699cc. Color #5fadcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101101 11001101
Octal 137 255 315
Decimal 95 173 205
Hex 5F AD CD

RGB Percentages of Color #5fadcd

%20.08
%36.58
%43.34

CMYK Percentages of Color #5fadcd

%54
%16
%0
%20

Triadic Colors of #5fadcd

#5fadcd #cd5fad #adcd5f

Analogous Colors of #5fadcd

#5fadcd #5f76cd #5fcdb6

Monochromatic Colors of #5fadcd

#5fadcd

Complementary Color

#5fadcd #cd7f5f

#5fadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fadcd Color CSS Codes

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

#5fadcd Text Font Color

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

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


#5fadcd Background Color

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

This div background color is #5fadcd


#5fadcd Border Color

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

This div border color is #5fadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fadcd


Comments

No comments written yet.

Please login to write comment.