Color Hex Logo

#5caeab Color Hex

#5CAEAB
(92,174,171)
0 Favorites   0 Comments

Color spaces of #5caeab

RGB 92174171
HSL0.490.340.52
HSV178°47°68°
CMYK 0.470.000.02   0.32
XYZ26.900435.487743.9601
Yxy35.48770.25290.3337
Hunter Lab59.5716-23.6460-2.0522
CIE-Lab66.1266-25.7148-6.2211

#5caeab color RGB value is (92,174,171).

#5caeab hex color red value is 92, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5caeab hue: 0.49 , saturation: 0.34 and the lightness value of 5caeab is 0.52.

The process color (four color CMYK) of #5caeab color hex is 0.47, 0.00, 0.02, 0.32. Web safe color of #5caeab is #669999. Color #5caeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101110 10101011
Octal 134 256 253
Decimal 92 174 171
Hex 5C AE AB

RGB Percentages of Color #5caeab

%21.05
%39.82
%39.13

CMYK Percentages of Color #5caeab

%47
%0
%2
%32

Triadic Colors of #5caeab

#5caeab #ab5cae #aeab5c

Analogous Colors of #5caeab

#5caeab #5c88ae #5cae82

Monochromatic Colors of #5caeab

#5caeab

Complementary Color

#5caeab #ae5c5f

#5caeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caeab Color CSS Codes

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

#5caeab Text Font Color

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

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


#5caeab Background Color

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

This div background color is #5caeab


#5caeab Border Color

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

This div border color is #5caeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caeab


Comments

No comments written yet.

Please login to write comment.