Color Hex Logo

#58adee Color Hex

#58ADEE
(88,173,238)
0 Favorites   0 Comments

Color spaces of #58adee

RGB 88173238
HSL0.570.820.64
HSV206°63°93°
CMYK 0.630.270.00   0.07
XYZ34.400738.134986.4366
Yxy38.13490.21640.2399
Hunter Lab61.7535-8.6324-39.7611
CIE-Lab68.1199-6.2609-40.1521

#58adee color RGB value is (88,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101101 11101110
Octal 130 255 356
Decimal 88 173 238
Hex 58 AD EE

RGB Percentages of Color #58adee

%17.64
%34.67
%47.70

CMYK Percentages of Color #58adee

%63
%27
%0
%7

Triadic Colors of #58adee

#58adee #ee58ad #adee58

Analogous Colors of #58adee

#58adee #5862ee #58eee4

Monochromatic Colors of #58adee

#58adee

Complementary Color

#58adee #ee9958

#58adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#58adee Color CSS Codes

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

#58adee Text Font Color

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

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


#58adee Background Color

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

This div background color is #58adee


#58adee Border Color

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

This div border color is #58adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58adee


Comments

No comments written yet.

Please login to write comment.