Color Hex Logo

#58bfdf Color Hex

#58BFDF
(88,191,223)
0 Favorites   0 Comments

Color spaces of #58bfdf

RGB 88191223
HSL0.540.680.61
HSV194°61°87°
CMYK 0.610.140.00   0.13
XYZ35.974644.664076.5370
Yxy44.66400.22890.2842
Hunter Lab66.8311-20.8695-21.1189
CIE-Lab72.6701-20.5203-24.9486

#58bfdf color RGB value is (88,191,223).

#58bfdf hex color red value is 88, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #58bfdf hue: 0.54 , saturation: 0.68 and the lightness value of 58bfdf is 0.61.

The process color (four color CMYK) of #58bfdf color hex is 0.61, 0.14, 0.00, 0.13. Web safe color of #58bfdf is #66cccc. Color #58bfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111111 11011111
Octal 130 277 337
Decimal 88 191 223
Hex 58 BF DF

RGB Percentages of Color #58bfdf

%17.53
%38.05
%44.42

CMYK Percentages of Color #58bfdf

%61
%14
%0
%13

Triadic Colors of #58bfdf

#58bfdf #df58bf #bfdf58

Analogous Colors of #58bfdf

#58bfdf #587cdf #58dfbc

Monochromatic Colors of #58bfdf

#58bfdf

Complementary Color

#58bfdf #df7858

#58bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bfdf Color CSS Codes

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

#58bfdf Text Font Color

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

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


#58bfdf Background Color

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

This div background color is #58bfdf


#58bfdf Border Color

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

This div border color is #58bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bfdf


Comments

No comments written yet.

Please login to write comment.