Color Hex Logo

#5fabd5 Color Hex

#5FABD5
(95,171,213)
0 Favorites   0 Comments

Color spaces of #5fabd5

RGB 95171213
HSL0.560.580.60
HSV201°55°84°
CMYK 0.550.200.00   0.16
XYZ31.292536.362868.3202
Yxy36.36280.23010.2674
Hunter Lab60.3016-12.8981-24.9630
CIE-Lab66.7962-11.6273-28.4700

#5fabd5 color RGB value is (95,171,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 11010101
Octal 137 253 325
Decimal 95 171 213
Hex 5F AB D5

RGB Percentages of Color #5fabd5

%19.83
%35.70
%44.47

CMYK Percentages of Color #5fabd5

%55
%20
%0
%16

Triadic Colors of #5fabd5

#5fabd5 #d55fab #abd55f

Analogous Colors of #5fabd5

#5fabd5 #5f70d5 #5fd5c4

Monochromatic Colors of #5fabd5

#5fabd5

Complementary Color

#5fabd5 #d5895f

#5fabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabd5 Color CSS Codes

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

#5fabd5 Text Font Color

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

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


#5fabd5 Background Color

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

This div background color is #5fabd5


#5fabd5 Border Color

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

This div border color is #5fabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabd5


Comments

No comments written yet.

Please login to write comment.