Color Hex Logo

#58bbde Color Hex

#58BBDE
(88,187,222)
0 Favorites   0 Comments

Color spaces of #58bbde

RGB 88187222
HSL0.540.670.61
HSV196°60°87°
CMYK 0.600.160.00   0.13
XYZ34.979642.889375.5421
Yxy42.88930.22800.2796
Hunter Lab65.4899-19.2666-22.5476
CIE-Lab71.4798-18.7553-26.2270

#58bbde color RGB value is (88,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111011 11011110
Octal 130 273 336
Decimal 88 187 222
Hex 58 BB DE

RGB Percentages of Color #58bbde

%17.71
%37.63
%44.67

CMYK Percentages of Color #58bbde

%60
%16
%0
%13

Triadic Colors of #58bbde

#58bbde #de58bb #bbde58

Analogous Colors of #58bbde

#58bbde #5878de #58debe

Monochromatic Colors of #58bbde

#58bbde

Complementary Color

#58bbde #de7b58

#58bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bbde Color CSS Codes

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

#58bbde Text Font Color

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

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


#58bbde Background Color

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

This div background color is #58bbde


#58bbde Border Color

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

This div border color is #58bbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,187,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 #58bbde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bbde


Comments

No comments written yet.

Please login to write comment.