Color Hex Logo

#58aeee Color Hex

#58AEEE
(88,174,238)
0 Favorites   0 Comments

Color spaces of #58aeee

RGB 88174238
HSL0.570.820.64
HSV206°63°93°
CMYK 0.630.270.00   0.07
XYZ34.593238.519986.5007
Yxy38.51990.21670.2413
Hunter Lab62.0644-9.1211-39.1889
CIE-Lab68.4021-6.8136-39.7114

#58aeee color RGB value is (88,174,238).

#58aeee hex color red value is 88, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #58aeee hue: 0.57 , saturation: 0.82 and the lightness value of 58aeee is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101110 11101110
Octal 130 256 356
Decimal 88 174 238
Hex 58 AE EE

RGB Percentages of Color #58aeee

%17.60
%34.80
%47.60

CMYK Percentages of Color #58aeee

%63
%27
%0
%7

Triadic Colors of #58aeee

#58aeee #ee58ae #aeee58

Analogous Colors of #58aeee

#58aeee #5863ee #58eee3

Monochromatic Colors of #58aeee

#58aeee

Complementary Color

#58aeee #ee9858

#58aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aeee Color CSS Codes

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

#58aeee Text Font Color

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

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


#58aeee Background Color

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

This div background color is #58aeee


#58aeee Border Color

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

This div border color is #58aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aeee


Comments

No comments written yet.

Please login to write comment.