Color Hex Logo

#5fabda Color Hex

#5FABDA
(95,171,218)
0 Favorites   0 Comments

Color spaces of #5fabda

RGB 95171218
HSL0.560.620.61
HSV203°56°85°
CMYK 0.560.220.00   0.15
XYZ31.937136.620771.7149
Yxy36.62070.22770.2611
Hunter Lab60.5150-11.6971-27.9026
CIE-Lab66.9915-10.1145-30.9235

#5fabda color RGB value is (95,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 11011010
Octal 137 253 332
Decimal 95 171 218
Hex 5F AB DA

RGB Percentages of Color #5fabda

%19.63
%35.33
%45.04

CMYK Percentages of Color #5fabda

%56
%22
%0
%15

Triadic Colors of #5fabda

#5fabda #da5fab #abda5f

Analogous Colors of #5fabda

#5fabda #5f6eda #5fdacc

Monochromatic Colors of #5fabda

#5fabda

Complementary Color

#5fabda #da8e5f

#5fabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabda Color CSS Codes

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

#5fabda Text Font Color

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

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


#5fabda Background Color

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

This div background color is #5fabda


#5fabda Border Color

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

This div border color is #5fabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabda


Comments

No comments written yet.

Please login to write comment.