Color Hex Logo

#5fabd4 Color Hex

#5FABD4
(95,171,212)
0 Favorites   0 Comments

Color spaces of #5fabd4

RGB 95171212
HSL0.560.580.60
HSV201°55°83°
CMYK 0.550.190.00   0.17
XYZ31.165936.312267.6537
Yxy36.31220.23060.2687
Hunter Lab60.2596-13.1352-24.3834
CIE-Lab66.7578-11.9279-27.9776

#5fabd4 color RGB value is (95,171,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 11010100
Octal 137 253 324
Decimal 95 171 212
Hex 5F AB D4

RGB Percentages of Color #5fabd4

%19.87
%35.77
%44.35

CMYK Percentages of Color #5fabd4

%55
%19
%0
%17

Triadic Colors of #5fabd4

#5fabd4 #d45fab #abd45f

Analogous Colors of #5fabd4

#5fabd4 #5f71d4 #5fd4c3

Monochromatic Colors of #5fabd4

#5fabd4

Complementary Color

#5fabd4 #d4885f

#5fabd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabd4 Color CSS Codes

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

#5fabd4 Text Font Color

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

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


#5fabd4 Background Color

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

This div background color is #5fabd4


#5fabd4 Border Color

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

This div border color is #5fabd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabd4


Comments

No comments written yet.

Please login to write comment.