Color Hex Logo

#58cada Color Hex

#58CADA
(88,202,218)
0 Favorites   0 Comments

Color spaces of #58cada

RGB 88202218
HSL0.520.640.60
HSV187°60°85°
CMYK 0.600.070.00   0.15
XYZ37.799949.377773.8683
Yxy49.37770.23470.3066
Hunter Lab70.2693-26.9508-13.1382
CIE-Lab75.6857-27.5022-17.6580

#58cada color RGB value is (88,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001010 11011010
Octal 130 312 332
Decimal 88 202 218
Hex 58 CA DA

RGB Percentages of Color #58cada

%17.32
%39.76
%42.91

CMYK Percentages of Color #58cada

%60
%7
%0
%15

Triadic Colors of #58cada

#58cada #da58ca #cada58

Analogous Colors of #58cada

#58cada #5889da #58daa9

Monochromatic Colors of #58cada

#58cada

Complementary Color

#58cada #da6858

#58cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cada Color CSS Codes

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

#58cada Text Font Color

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

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


#58cada Background Color

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

This div background color is #58cada


#58cada Border Color

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

This div border color is #58cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cada


Comments

No comments written yet.

Please login to write comment.