Color Hex Logo

#5cafb4 Color Hex

#5CAFB4
(92,175,180)
0 Favorites   0 Comments

Color spaces of #5cafb4

RGB 92175180
HSL0.510.370.53
HSV183°49°71°
CMYK 0.490.030.00   0.29
XYZ27.981836.230548.6984
Yxy36.23050.24780.3209
Hunter Lab60.1918-22.3550-5.8346
CIE-Lab66.6957-23.8263-10.3708

#5cafb4 color RGB value is (92,175,180).

#5cafb4 hex color red value is 92, green value is 175 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #5cafb4 hue: 0.51 , saturation: 0.37 and the lightness value of 5cafb4 is 0.53.

The process color (four color CMYK) of #5cafb4 color hex is 0.49, 0.03, 0.00, 0.29. Web safe color of #5cafb4 is #6699cc. Color #5cafb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101111 10110100
Octal 134 257 264
Decimal 92 175 180
Hex 5C AF B4

RGB Percentages of Color #5cafb4

%20.58
%39.15
%40.27

CMYK Percentages of Color #5cafb4

%49
%3
%0
%29

Triadic Colors of #5cafb4

#5cafb4 #b45caf #afb45c

Analogous Colors of #5cafb4

#5cafb4 #5c83b4 #5cb48d

Monochromatic Colors of #5cafb4

#5cafb4

Complementary Color

#5cafb4 #b4615c

#5cafb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cafb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cafb4 Color CSS Codes

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

#5cafb4 Text Font Color

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

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


#5cafb4 Background Color

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

This div background color is #5cafb4


#5cafb4 Border Color

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

This div border color is #5cafb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cafb4


Comments

No comments written yet.

Please login to write comment.