Color Hex Logo

#5cace5 Color Hex

#5CACE5
(92,172,229)
0 Favorites   0 Comments

Color spaces of #5cace5

RGB 92172229
HSL0.570.720.63
HSV205°60°90°
CMYK 0.600.250.00   0.10
XYZ33.309037.437579.5993
Yxy37.43750.22150.2490
Hunter Lab61.1862-9.9027-34.3021
CIE-Lab67.6040-7.8469-36.0241

#5cace5 color RGB value is (92,172,229).

#5cace5 hex color red value is 92, green value is 172 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #5cace5 hue: 0.57 , saturation: 0.72 and the lightness value of 5cace5 is 0.63.

The process color (four color CMYK) of #5cace5 color hex is 0.60, 0.25, 0.00, 0.10. Web safe color of #5cace5 is #6699cc. Color #5cace5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101100 11100101
Octal 134 254 345
Decimal 92 172 229
Hex 5C AC E5

RGB Percentages of Color #5cace5

%18.66
%34.89
%46.45

CMYK Percentages of Color #5cace5

%60
%25
%0
%10

Triadic Colors of #5cace5

#5cace5 #e55cac #ace55c

Analogous Colors of #5cace5

#5cace5 #5c68e5 #5ce5da

Monochromatic Colors of #5cace5

#5cace5

Complementary Color

#5cace5 #e5955c

#5cace5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cace5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cace5 Color CSS Codes

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

#5cace5 Text Font Color

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

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


#5cace5 Background Color

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

This div background color is #5cace5


#5cace5 Border Color

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

This div border color is #5cace5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,172,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cace5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cace5;
  -webkit-box-shadow: 1px 1px 3px 2px #5cace5;
  box-shadow:         1px 1px 3px 2px #5cace5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,172,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cace5


Comments

No comments written yet.

Please login to write comment.