Color Hex Logo

#5acebd Color Hex

#5ACEBD
(90,206,189)
0 Favorites   0 Comments

Color spaces of #5acebd

RGB 90206189
HSL0.480.540.58
HSV171°56°81°
CMYK 0.560.000.08   0.19
XYZ35.473149.990455.9236
Yxy49.99040.25090.3536
Hunter Lab70.7039-34.17592.5970
CIE-Lab76.0634-36.8350-1.4378

#5acebd color RGB value is (90,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001110 10111101
Octal 132 316 275
Decimal 90 206 189
Hex 5A CE BD

RGB Percentages of Color #5acebd

%18.56
%42.47
%38.97

CMYK Percentages of Color #5acebd

%56
%0
%8
%19

Triadic Colors of #5acebd

#5acebd #bd5ace #cebd5a

Analogous Colors of #5acebd

#5acebd #5aa5ce #5ace83

Monochromatic Colors of #5acebd

#5acebd

Complementary Color

#5acebd #ce5a6b

#5acebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acebd Color CSS Codes

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

#5acebd Text Font Color

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

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


#5acebd Background Color

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

This div background color is #5acebd


#5acebd Border Color

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

This div border color is #5acebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acebd


Comments

No comments written yet.

Please login to write comment.