Color Hex Logo

#5acccb Color Hex

#5ACCCB
(90,204,203)
0 Favorites   0 Comments

Color spaces of #5acccb

RGB 90204203
HSL0.500.530.58
HSV179°56°80°
CMYK 0.560.000.00   0.20
XYZ36.588849.671264.1590
Yxy49.67120.24320.3302
Hunter Lab70.4778-30.6672-4.6398
CIE-Lab75.8670-32.2534-9.2814

#5acccb color RGB value is (90,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 11001011
Octal 132 314 313
Decimal 90 204 203
Hex 5A CC CB

RGB Percentages of Color #5acccb

%18.11
%41.05
%40.85

CMYK Percentages of Color #5acccb

%56
%0
%0
%20

Triadic Colors of #5acccb

#5acccb #cb5acc #cccb5a

Analogous Colors of #5acccb

#5acccb #5a94cc #5acc92

Monochromatic Colors of #5acccb

#5acccb

Complementary Color

#5acccb #cc5a5b

#5acccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acccb Color CSS Codes

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

#5acccb Text Font Color

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

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


#5acccb Background Color

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

This div background color is #5acccb


#5acccb Border Color

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

This div border color is #5acccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acccb


Comments

No comments written yet.

Please login to write comment.