Color Hex Logo

#58baca Color Hex

#58BACA
(88,186,202)
0 Favorites   0 Comments

Color spaces of #58baca

RGB 88186202
HSL0.520.520.57
HSV188°56°79°
CMYK 0.560.080.00   0.21
XYZ32.244141.456862.1796
Yxy41.45680.23730.3051
Hunter Lab64.3870-23.2868-12.1865
CIE-Lab70.4948-24.1047-16.8015

#58baca color RGB value is (88,186,202).

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

The process color (four color CMYK) of #58baca color hex is 0.56, 0.08, 0.00, 0.21. Web safe color of #58baca is #66cccc. Color #58baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111010 11001010
Octal 130 272 312
Decimal 88 186 202
Hex 58 BA CA

RGB Percentages of Color #58baca

%18.49
%39.08
%42.44

CMYK Percentages of Color #58baca

%56
%8
%0
%21

Triadic Colors of #58baca

#58baca #ca58ba #baca58

Analogous Colors of #58baca

#58baca #5881ca #58caa1

Monochromatic Colors of #58baca

#58baca

Complementary Color

#58baca #ca6858

#58baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#58baca Color CSS Codes

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

#58baca Text Font Color

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

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


#58baca Background Color

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

This div background color is #58baca


#58baca Border Color

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

This div border color is #58baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58baca


Comments

No comments written yet.

Please login to write comment.