Color Hex Logo

#5cabbc Color Hex

#5CABBC
(92,171,188)
0 Favorites   0 Comments

Color spaces of #5cabbc

RGB 92171188
HSL0.530.420.55
HSV191°51°74°
CMYK 0.510.090.00   0.26
XYZ28.053635.032052.8602
Yxy35.03200.24200.3021
Hunter Lab59.1878-18.9740-11.5200
CIE-Lab65.7736-19.5675-16.1991

#5cabbc color RGB value is (92,171,188).

#5cabbc hex color red value is 92, green value is 171 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5cabbc hue: 0.53 , saturation: 0.42 and the lightness value of 5cabbc is 0.55.

The process color (four color CMYK) of #5cabbc color hex is 0.51, 0.09, 0.00, 0.26. Web safe color of #5cabbc is #6699cc. Color #5cabbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101011 10111100
Octal 134 253 274
Decimal 92 171 188
Hex 5C AB BC

RGB Percentages of Color #5cabbc

%20.40
%37.92
%41.69

CMYK Percentages of Color #5cabbc

%51
%9
%0
%26

Triadic Colors of #5cabbc

#5cabbc #bc5cab #abbc5c

Analogous Colors of #5cabbc

#5cabbc #5c7bbc #5cbc9d

Monochromatic Colors of #5cabbc

#5cabbc

Complementary Color

#5cabbc #bc6d5c

#5cabbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cabbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cabbc Color CSS Codes

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

#5cabbc Text Font Color

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

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


#5cabbc Background Color

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

This div background color is #5cabbc


#5cabbc Border Color

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

This div border color is #5cabbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cabbc


Comments

No comments written yet.

Please login to write comment.