Color Hex Logo

#58dffa Color Hex

#58DFFA
(88,223,250)
0 Favorites   0 Comments

Color spaces of #58dffa

RGB 88223250
HSL0.530.940.66
HSV190°65°98°
CMYK 0.650.110.00   0.02
XYZ47.667561.752299.8495
Yxy61.75220.22780.2951
Hunter Lab78.5826-29.2430-20.3280
CIE-Lab82.7815-28.5315-23.9957

#58dffa color RGB value is (88,223,250).

#58dffa hex color red value is 88, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #58dffa hue: 0.53 , saturation: 0.94 and the lightness value of 58dffa is 0.66.

The process color (four color CMYK) of #58dffa color hex is 0.65, 0.11, 0.00, 0.02. Web safe color of #58dffa is #66ccff. Color #58dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011111 11111010
Octal 130 337 372
Decimal 88 223 250
Hex 58 DF FA

RGB Percentages of Color #58dffa

%15.69
%39.75
%44.56

CMYK Percentages of Color #58dffa

%65
%11
%0
%2

Triadic Colors of #58dffa

#58dffa #fa58df #dffa58

Analogous Colors of #58dffa

#58dffa #588efa #58fac4

Monochromatic Colors of #58dffa

#58dffa

Complementary Color

#58dffa #fa7358

#58dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dffa Color CSS Codes

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

#58dffa Text Font Color

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

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


#58dffa Background Color

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

This div background color is #58dffa


#58dffa Border Color

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

This div border color is #58dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dffa

Related Colors


Comments

No comments written yet.

Please login to write comment.