Color Hex Logo

#5fadce Color Hex

#5FADCE
(95,173,206)
0 Favorites   0 Comments

Color spaces of #5fadce

RGB 95173206
HSL0.550.530.59
HSV198°54°81°
CMYK 0.540.160.00   0.19
XYZ30.803536.776363.8675
Yxy36.77630.23430.2798
Hunter Lab60.6435-15.4580-19.9917
CIE-Lab67.1089-14.7828-24.1273

#5fadce color RGB value is (95,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101101 11001110
Octal 137 255 316
Decimal 95 173 206
Hex 5F AD CE

RGB Percentages of Color #5fadce

%20.04
%36.50
%43.46

CMYK Percentages of Color #5fadce

%54
%16
%0
%19

Triadic Colors of #5fadce

#5fadce #ce5fad #adce5f

Analogous Colors of #5fadce

#5fadce #5f76ce #5fceb8

Monochromatic Colors of #5fadce

#5fadce

Complementary Color

#5fadce #ce805f

#5fadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fadce Color CSS Codes

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

#5fadce Text Font Color

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

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


#5fadce Background Color

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

This div background color is #5fadce


#5fadce Border Color

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

This div border color is #5fadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fadce


Comments

No comments written yet.

Please login to write comment.