Color Hex Logo

#58abe4 Color Hex

#58ABE4
(88,171,228)
0 Favorites   0 Comments

Color spaces of #58abe4

RGB 88171228
HSL0.570.720.62
HSV204°61°89°
CMYK 0.610.250.00   0.11
XYZ32.591036.802078.7845
Yxy36.80200.21990.2484
Hunter Lab60.6647-10.2672-34.5340
CIE-Lab67.1282-8.3475-36.2275

#58abe4 color RGB value is (88,171,228).

#58abe4 hex color red value is 88, green value is 171 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #58abe4 hue: 0.57 , saturation: 0.72 and the lightness value of 58abe4 is 0.62.

The process color (four color CMYK) of #58abe4 color hex is 0.61, 0.25, 0.00, 0.11. Web safe color of #58abe4 is #6699cc. Color #58abe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101011 11100100
Octal 130 253 344
Decimal 88 171 228
Hex 58 AB E4

RGB Percentages of Color #58abe4

%18.07
%35.11
%46.82

CMYK Percentages of Color #58abe4

%61
%25
%0
%11

Triadic Colors of #58abe4

#58abe4 #e458ab #abe458

Analogous Colors of #58abe4

#58abe4 #5865e4 #58e4d7

Monochromatic Colors of #58abe4

#58abe4

Complementary Color

#58abe4 #e49158

#58abe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58abe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58abe4 Color CSS Codes

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

#58abe4 Text Font Color

<p style="color:#58abe4">Text here</p>

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


#58abe4 Background Color

<div style="background-color:#58abe4">
Div content here</div>

This div background color is #58abe4


#58abe4 Border Color

<div style="border:3px solid #58abe4">
Div here</div>

This div border color is #58abe4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,171,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58abe4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58abe4;
  -webkit-box-shadow: 1px 1px 3px 2px #58abe4;
  box-shadow:         1px 1px 3px 2px #58abe4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58abe4


Comments

No comments written yet.

Please login to write comment.