Color Hex Logo

#5fabeb Color Hex

#5FABEB
(95,171,235)
0 Favorites   0 Comments

Color spaces of #5fabeb

RGB 95171235
HSL0.580.780.65
HSV207°60°92°
CMYK 0.600.270.00   0.08
XYZ34.277637.556984.0398
Yxy37.55690.21990.2409
Hunter Lab61.2837-7.4066-38.4072
CIE-Lab67.6928-4.8452-39.1608

#5fabeb color RGB value is (95,171,235).

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

The process color (four color CMYK) of #5fabeb color hex is 0.60, 0.27, 0.00, 0.08. Web safe color of #5fabeb is #6699ff. Color #5fabeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 11101011
Octal 137 253 353
Decimal 95 171 235
Hex 5F AB EB

RGB Percentages of Color #5fabeb

%18.96
%34.13
%46.91

CMYK Percentages of Color #5fabeb

%60
%27
%0
%8

Triadic Colors of #5fabeb

#5fabeb #eb5fab #abeb5f

Analogous Colors of #5fabeb

#5fabeb #5f65eb #5febe5

Monochromatic Colors of #5fabeb

#5fabeb

Complementary Color

#5fabeb #eb9f5f

#5fabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabeb Color CSS Codes

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

#5fabeb Text Font Color

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

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


#5fabeb Background Color

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

This div background color is #5fabeb


#5fabeb Border Color

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

This div border color is #5fabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabeb


Comments

No comments written yet.

Please login to write comment.