Color Hex Logo

#5eabcf Color Hex

#5EABCF
(94,171,207)
0 Favorites   0 Comments

Color spaces of #5eabcf

RGB 94171207
HSL0.550.540.59
HSV199°55°81°
CMYK 0.550.170.00   0.19
XYZ30.441536.010564.3778
Yxy36.01050.23270.2752
Hunter Lab60.0087-14.4651-21.6006
CIE-Lab66.5279-13.6296-25.5736

#5eabcf color RGB value is (94,171,207).

#5eabcf hex color red value is 94, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5eabcf hue: 0.55 , saturation: 0.54 and the lightness value of 5eabcf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11001111
Octal 136 253 317
Decimal 94 171 207
Hex 5E AB CF

RGB Percentages of Color #5eabcf

%19.92
%36.23
%43.86

CMYK Percentages of Color #5eabcf

%55
%17
%0
%19

Triadic Colors of #5eabcf

#5eabcf #cf5eab #abcf5e

Analogous Colors of #5eabcf

#5eabcf #5e73cf #5ecfbb

Monochromatic Colors of #5eabcf

#5eabcf

Complementary Color

#5eabcf #cf825e

#5eabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabcf Color CSS Codes

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

#5eabcf Text Font Color

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

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


#5eabcf Background Color

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

This div background color is #5eabcf


#5eabcf Border Color

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

This div border color is #5eabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabcf


Comments

No comments written yet.

Please login to write comment.