Color Hex Logo

#5fabde Color Hex

#5FABDE
(95,171,222)
0 Favorites   0 Comments

Color spaces of #5fabde

RGB 95171222
HSL0.570.660.62
HSV204°57°87°
CMYK 0.570.230.00   0.13
XYZ32.467036.832674.5055
Yxy36.83260.22580.2561
Hunter Lab60.6899-10.7159-30.3041
CIE-Lab67.1512-8.8912-32.8764

#5fabde color RGB value is (95,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 11011110
Octal 137 253 336
Decimal 95 171 222
Hex 5F AB DE

RGB Percentages of Color #5fabde

%19.47
%35.04
%45.49

CMYK Percentages of Color #5fabde

%57
%23
%0
%13

Triadic Colors of #5fabde

#5fabde #de5fab #abde5f

Analogous Colors of #5fabde

#5fabde #5f6cde #5fded2

Monochromatic Colors of #5fabde

#5fabde

Complementary Color

#5fabde #de925f

#5fabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabde Color CSS Codes

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

#5fabde Text Font Color

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

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


#5fabde Background Color

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

This div background color is #5fabde


#5fabde Border Color

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

This div border color is #5fabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabde


Comments

No comments written yet.

Please login to write comment.