Color Hex Logo

#58fafd Color Hex

#58FAFD
(88,250,253)
0 Favorites   0 Comments

Color spaces of #58fafd

RGB 88250253
HSL0.500.980.67
HSV181°65°99°
CMYK 0.650.010.00   0.01
XYZ55.939777.5378104.9465
Yxy77.53780.23460.3252
Hunter Lab88.0556-40.7002-9.0242
CIE-Lab90.5686-40.3313-13.8212

#58fafd color RGB value is (88,250,253).

#58fafd hex color red value is 88, green value is 250 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #58fafd hue: 0.50 , saturation: 0.98 and the lightness value of 58fafd is 0.67.

The process color (four color CMYK) of #58fafd color hex is 0.65, 0.01, 0.00, 0.01. Web safe color of #58fafd is #66ffff. Color #58fafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111010 11111101
Octal 130 372 375
Decimal 88 250 253
Hex 58 FA FD

RGB Percentages of Color #58fafd

%14.89
%42.30
%42.81

CMYK Percentages of Color #58fafd

%65
%1
%0
%1

Triadic Colors of #58fafd

#58fafd #fd58fa #fafd58

Analogous Colors of #58fafd

#58fafd #58a8fd #58fdae

Monochromatic Colors of #58fafd

#58fafd

Complementary Color

#58fafd #fd5b58

#58fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#58fafd Color CSS Codes

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

#58fafd Text Font Color

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

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


#58fafd Background Color

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

This div background color is #58fafd


#58fafd Border Color

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

This div border color is #58fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58fafd

Related Colors


Comments

No comments written yet.

Please login to write comment.