Color Hex Logo

#58bfde Color Hex

#58BFDE
(88,191,222)
0 Favorites   0 Comments

Color spaces of #58bfde

RGB 88191222
HSL0.540.670.61
HSV194°60°87°
CMYK 0.600.140.00   0.13
XYZ35.840144.610275.8289
Yxy44.61020.22930.2855
Hunter Lab66.7909-21.1006-20.5594
CIE-Lab72.6345-20.8181-24.4599

#58bfde color RGB value is (88,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111111 11011110
Octal 130 277 336
Decimal 88 191 222
Hex 58 BF DE

RGB Percentages of Color #58bfde

%17.56
%38.12
%44.31

CMYK Percentages of Color #58bfde

%60
%14
%0
%13

Triadic Colors of #58bfde

#58bfde #de58bf #bfde58

Analogous Colors of #58bfde

#58bfde #587cde #58deba

Monochromatic Colors of #58bfde

#58bfde

Complementary Color

#58bfde #de7758

#58bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bfde Color CSS Codes

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

#58bfde Text Font Color

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

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


#58bfde Background Color

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

This div background color is #58bfde


#58bfde Border Color

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

This div border color is #58bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bfde


Comments

No comments written yet.

Please login to write comment.