Color Hex Logo

#58dffb Color Hex

#58DFFB
(88,223,251)
0 Favorites   0 Comments

Color spaces of #58dffb

RGB 88223251
HSL0.530.950.66
HSV190°65°98°
CMYK 0.650.110.00   0.02
XYZ47.824861.8151100.6777
Yxy61.81510.22740.2939
Hunter Lab78.6226-29.0109-20.8862
CIE-Lab82.8150-28.2395-24.4736

#58dffb color RGB value is (88,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011111 11111011
Octal 130 337 373
Decimal 88 223 251
Hex 58 DF FB

RGB Percentages of Color #58dffb

%15.66
%39.68
%44.66

CMYK Percentages of Color #58dffb

%65
%11
%0
%2

Triadic Colors of #58dffb

#58dffb #fb58df #dffb58

Analogous Colors of #58dffb

#58dffb #588efb #58fbc6

Monochromatic Colors of #58dffb

#58dffb

Complementary Color

#58dffb #fb7458

#58dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dffb Color CSS Codes

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

#58dffb Text Font Color

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

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


#58dffb Background Color

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

This div background color is #58dffb


#58dffb Border Color

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

This div border color is #58dffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dffb


Comments

No comments written yet.

Please login to write comment.