Color Hex Logo

#5accbc Color Hex

#5ACCBC
(90,204,188)
0 Favorites   0 Comments

Color spaces of #5accbc

RGB 90204188
HSL0.480.530.58
HSV172°56°80°
CMYK 0.560.000.08   0.20
XYZ34.886448.990255.1943
Yxy48.99020.25090.3523
Hunter Lab69.9930-33.51852.2409
CIE-Lab75.4452-36.1663-1.8042

#5accbc color RGB value is (90,204,188).

#5accbc hex color red value is 90, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5accbc hue: 0.48 , saturation: 0.53 and the lightness value of 5accbc is 0.58.

The process color (four color CMYK) of #5accbc color hex is 0.56, 0.00, 0.08, 0.20. Web safe color of #5accbc is #66cccc. Color #5accbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 10111100
Octal 132 314 274
Decimal 90 204 188
Hex 5A CC BC

RGB Percentages of Color #5accbc

%18.67
%42.32
%39.00

CMYK Percentages of Color #5accbc

%56
%0
%8
%20

Triadic Colors of #5accbc

#5accbc #bc5acc #ccbc5a

Analogous Colors of #5accbc

#5accbc #5aa3cc #5acc83

Monochromatic Colors of #5accbc

#5accbc

Complementary Color

#5accbc #cc5a6a

#5accbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5accbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5accbc Color CSS Codes

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

#5accbc Text Font Color

<p style="color:#5accbc">Text here</p>

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


#5accbc Background Color

<div style="background-color:#5accbc">
Div content here</div>

This div background color is #5accbc


#5accbc Border Color

<div style="border:3px solid #5accbc">
Div here</div>

This div border color is #5accbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,204,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5accbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5accbc;
  -webkit-box-shadow: 1px 1px 3px 2px #5accbc;
  box-shadow:         1px 1px 3px 2px #5accbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,204,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5accbc


Comments

No comments written yet.

Please login to write comment.