Color Hex Logo

#5cabb7 Color Hex

#5CABB7
(92,171,183)
0 Favorites   0 Comments

Color spaces of #5cabb7

RGB 92171183
HSL0.520.390.54
HSV188°50°72°
CMYK 0.500.070.00   0.28
XYZ27.523834.820050.0700
Yxy34.82000.24480.3097
Hunter Lab59.0085-20.0056-9.0029
CIE-Lab65.6083-20.9640-13.6683

#5cabb7 color RGB value is (92,171,183).

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

The process color (four color CMYK) of #5cabb7 color hex is 0.50, 0.07, 0.00, 0.28. Web safe color of #5cabb7 is #6699cc. Color #5cabb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101011 10110111
Octal 134 253 267
Decimal 92 171 183
Hex 5C AB B7

RGB Percentages of Color #5cabb7

%20.63
%38.34
%41.03

CMYK Percentages of Color #5cabb7

%50
%7
%0
%28

Triadic Colors of #5cabb7

#5cabb7 #b75cab #abb75c

Analogous Colors of #5cabb7

#5cabb7 #5c7eb7 #5cb796

Monochromatic Colors of #5cabb7

#5cabb7

Complementary Color

#5cabb7 #b7685c

#5cabb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cabb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cabb7 Color CSS Codes

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

#5cabb7 Text Font Color

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

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


#5cabb7 Background Color

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

This div background color is #5cabb7


#5cabb7 Border Color

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

This div border color is #5cabb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cabb7


Comments

No comments written yet.

Please login to write comment.