Color Hex Logo

#58cded Color Hex

#58CDED
(88,205,237)
0 Favorites   0 Comments

Color spaces of #58cded

RGB 88205237
HSL0.540.810.64
HSV193°63°93°
CMYK 0.630.140.00   0.07
XYZ41.141951.851887.9608
Yxy51.85180.22740.2865
Hunter Lab72.0082-24.0283-22.0193
CIE-Lab77.1921-23.4637-25.5925

#58cded color RGB value is (88,205,237).

#58cded hex color red value is 88, green value is 205 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #58cded hue: 0.54 , saturation: 0.81 and the lightness value of 58cded is 0.64.

The process color (four color CMYK) of #58cded color hex is 0.63, 0.14, 0.00, 0.07. Web safe color of #58cded is #66ccff. Color #58cded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001101 11101101
Octal 130 315 355
Decimal 88 205 237
Hex 58 CD ED

RGB Percentages of Color #58cded

%16.60
%38.68
%44.72

CMYK Percentages of Color #58cded

%63
%14
%0
%7

Triadic Colors of #58cded

#58cded #ed58cd #cded58

Analogous Colors of #58cded

#58cded #5883ed #58edc3

Monochromatic Colors of #58cded

#58cded

Complementary Color

#58cded #ed7858

#58cded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cded Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cded Color CSS Codes

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

#58cded Text Font Color

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

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


#58cded Background Color

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

This div background color is #58cded


#58cded Border Color

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

This div border color is #58cded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cded


Comments

No comments written yet.

Please login to write comment.