Color Hex Logo

#58dadb Color Hex

#58DADB
(88,218,219)
0 Favorites   0 Comments

Color spaces of #58dadb

RGB 88218219
HSL0.500.650.60
HSV180°60°86°
CMYK 0.600.000.00   0.14
XYZ41.882157.332075.8766
Yxy57.33200.23920.3274
Hunter Lab75.7179-33.7720-6.4117
CIE-Lab80.3660-34.8892-11.1670

#58dadb color RGB value is (88,218,219).

#58dadb hex color red value is 88, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #58dadb hue: 0.50 , saturation: 0.65 and the lightness value of 58dadb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011010 11011011
Octal 130 332 333
Decimal 88 218 219
Hex 58 DA DB

RGB Percentages of Color #58dadb

%16.76
%41.52
%41.71

CMYK Percentages of Color #58dadb

%60
%0
%0
%14

Triadic Colors of #58dadb

#58dadb #db58da #dadb58

Analogous Colors of #58dadb

#58dadb #5899db #58db9b

Monochromatic Colors of #58dadb

#58dadb

Complementary Color

#58dadb #db5958

#58dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dadb Color CSS Codes

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

#58dadb Text Font Color

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

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


#58dadb Background Color

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

This div background color is #58dadb


#58dadb Border Color

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

This div border color is #58dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dadb


Comments

No comments written yet.

Please login to write comment.