Color Hex Logo

#5acedf Color Hex

#5ACEDF
(90,206,223)
0 Favorites   0 Comments

Color spaces of #5acedf

RGB 90206223
HSL0.520.680.61
HSV188°60°87°
CMYK 0.600.080.00   0.13
XYZ39.607051.644077.6928
Yxy51.64400.23440.3057
Hunter Lab71.8638-27.3831-13.7945
CIE-Lab77.0675-27.6897-18.2576

#5acedf color RGB value is (90,206,223).

#5acedf hex color red value is 90, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5acedf hue: 0.52 , saturation: 0.68 and the lightness value of 5acedf is 0.61.

The process color (four color CMYK) of #5acedf color hex is 0.60, 0.08, 0.00, 0.13. Web safe color of #5acedf is #66cccc. Color #5acedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001110 11011111
Octal 132 316 337
Decimal 90 206 223
Hex 5A CE DF

RGB Percentages of Color #5acedf

%17.34
%39.69
%42.97

CMYK Percentages of Color #5acedf

%60
%8
%0
%13

Triadic Colors of #5acedf

#5acedf #df5ace #cedf5a

Analogous Colors of #5acedf

#5acedf #5a8cdf #5adfae

Monochromatic Colors of #5acedf

#5acedf

Complementary Color

#5acedf #df6b5a

#5acedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acedf Color CSS Codes

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

#5acedf Text Font Color

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

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


#5acedf Background Color

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

This div background color is #5acedf


#5acedf Border Color

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

This div border color is #5acedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acedf


Comments

No comments written yet.

Please login to write comment.