Color Hex Logo

#5cb8b4 Color Hex

#5CB8B4
(92,184,180)
0 Favorites   0 Comments

Color spaces of #5cb8b4

RGB 92184180
HSL0.490.390.54
HSV177°50°72°
CMYK 0.500.000.02   0.28
XYZ29.792339.851649.3019
Yxy39.85160.25050.3350
Hunter Lab63.1281-26.2340-2.1147
CIE-Lab69.3637-28.3020-6.4000

#5cb8b4 color RGB value is (92,184,180).

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

The process color (four color CMYK) of #5cb8b4 color hex is 0.50, 0.00, 0.02, 0.28. Web safe color of #5cb8b4 is #66cccc. Color #5cb8b4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111000 10110100
Octal 134 270 264
Decimal 92 184 180
Hex 5C B8 B4

RGB Percentages of Color #5cb8b4

%20.18
%40.35
%39.47

CMYK Percentages of Color #5cb8b4

%50
%0
%2
%28

Triadic Colors of #5cb8b4

#5cb8b4 #b45cb8 #b8b45c

Analogous Colors of #5cb8b4

#5cb8b4 #5c8eb8 #5cb886

Monochromatic Colors of #5cb8b4

#5cb8b4

Complementary Color

#5cb8b4 #b85c60

#5cb8b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb8b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb8b4 Color CSS Codes

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

#5cb8b4 Text Font Color

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

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


#5cb8b4 Background Color

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

This div background color is #5cb8b4


#5cb8b4 Border Color

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

This div border color is #5cb8b4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,184,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 #5cb8b4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb8b4


Comments

No comments written yet.

Please login to write comment.