Color Hex Logo

#5acced Color Hex

#5ACCED
(90,204,237)
0 Favorites   0 Comments

Color spaces of #5acced

RGB 90204237
HSL0.540.800.64
HSV193°62°93°
CMYK 0.620.140.00   0.07
XYZ41.095451.473887.8902
Yxy51.47380.22770.2852
Hunter Lab71.7452-23.3101-22.4105
CIE-Lab76.9651-22.6278-25.9341

#5acced color RGB value is (90,204,237).

#5acced hex color red value is 90, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5acced hue: 0.54 , saturation: 0.80 and the lightness value of 5acced is 0.64.

The process color (four color CMYK) of #5acced color hex is 0.62, 0.14, 0.00, 0.07. Web safe color of #5acced is #66ccff. Color #5acced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 11101101
Octal 132 314 355
Decimal 90 204 237
Hex 5A CC ED

RGB Percentages of Color #5acced

%16.95
%38.42
%44.63

CMYK Percentages of Color #5acced

%62
%14
%0
%7

Triadic Colors of #5acced

#5acced #ed5acc #cced5a

Analogous Colors of #5acced

#5acced #5a83ed #5aedc5

Monochromatic Colors of #5acced

#5acced

Complementary Color

#5acced #ed7b5a

#5acced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acced Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acced Color CSS Codes

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

#5acced Text Font Color

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

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


#5acced Background Color

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

This div background color is #5acced


#5acced Border Color

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

This div border color is #5acced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acced


Comments

No comments written yet.

Please login to write comment.