Color Hex Logo

#58afed Color Hex

#58AFED
(88,175,237)
0 Favorites   0 Comments

Color spaces of #58afed

RGB 88175237
HSL0.570.810.64
HSV205°63°93°
CMYK 0.630.260.00   0.07
XYZ34.640538.849185.7936
Yxy38.84910.21750.2439
Hunter Lab62.3290-9.8712-37.9801
CIE-Lab68.6418-7.6844-38.7919

#58afed color RGB value is (88,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101111 11101101
Octal 130 257 355
Decimal 88 175 237
Hex 58 AF ED

RGB Percentages of Color #58afed

%17.60
%35.00
%47.40

CMYK Percentages of Color #58afed

%63
%26
%0
%7

Triadic Colors of #58afed

#58afed #ed58af #afed58

Analogous Colors of #58afed

#58afed #5865ed #58ede1

Monochromatic Colors of #58afed

#58afed

Complementary Color

#58afed #ed9658

#58afed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58afed Color Preview on White Background

Lorem ipsum dolor sit amet.

#58afed Color CSS Codes

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

#58afed Text Font Color

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

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


#58afed Background Color

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

This div background color is #58afed


#58afed Border Color

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

This div border color is #58afed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58afed


Comments

No comments written yet.

Please login to write comment.