Color Hex Logo

#58aceb Color Hex

#58ACEB
(88,172,235)
0 Favorites   0 Comments

Color spaces of #58aceb

RGB 88172235
HSL0.570.790.63
HSV206°63°92°
CMYK 0.630.270.00   0.08
XYZ33.772437.577984.0705
Yxy37.57790.21730.2418
Hunter Lab61.3008-8.9356-38.4022
CIE-Lab67.7084-6.6696-39.1563

#58aceb color RGB value is (88,172,235).

#58aceb hex color red value is 88, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #58aceb hue: 0.57 , saturation: 0.79 and the lightness value of 58aceb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101100 11101011
Octal 130 254 353
Decimal 88 172 235
Hex 58 AC EB

RGB Percentages of Color #58aceb

%17.78
%34.75
%47.47

CMYK Percentages of Color #58aceb

%63
%27
%0
%8

Triadic Colors of #58aceb

#58aceb #eb58ac #aceb58

Analogous Colors of #58aceb

#58aceb #5862eb #58ebe1

Monochromatic Colors of #58aceb

#58aceb

Complementary Color

#58aceb #eb9758

#58aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aceb Color CSS Codes

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

#58aceb Text Font Color

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

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


#58aceb Background Color

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

This div background color is #58aceb


#58aceb Border Color

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

This div border color is #58aceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,172,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 #58aceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aceb


Comments

No comments written yet.

Please login to write comment.