Color Hex Logo

#5cacea Color Hex

#5CACEA
(92,172,234)
0 Favorites   0 Comments

Color spaces of #5cacea

RGB 92172234
HSL0.570.770.64
HSV206°61°92°
CMYK 0.610.260.00   0.08
XYZ34.017437.720983.3298
Yxy37.72090.21940.2433
Hunter Lab61.4173-8.6140-37.4513
CIE-Lab67.8144-6.2724-38.4330

#5cacea color RGB value is (92,172,234).

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

The process color (four color CMYK) of #5cacea color hex is 0.61, 0.26, 0.00, 0.08. Web safe color of #5cacea is #6699ff. Color #5cacea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101100 11101010
Octal 134 254 352
Decimal 92 172 234
Hex 5C AC EA

RGB Percentages of Color #5cacea

%18.47
%34.54
%46.99

CMYK Percentages of Color #5cacea

%61
%26
%0
%8

Triadic Colors of #5cacea

#5cacea #ea5cac #acea5c

Analogous Colors of #5cacea

#5cacea #5c65ea #5ceae1

Monochromatic Colors of #5cacea

#5cacea

Complementary Color

#5cacea #ea9a5c

#5cacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cacea Color CSS Codes

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

#5cacea Text Font Color

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

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


#5cacea Background Color

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

This div background color is #5cacea


#5cacea Border Color

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

This div border color is #5cacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cacea


Comments

No comments written yet.

Please login to write comment.