Color Hex Logo

#5ca89b Color Hex

#5CA89B
(92,168,155)
0 Favorites   0 Comments

Color spaces of #5ca89b

RGB 92168155
HSL0.470.300.51
HSV170°45°66°
CMYK 0.450.000.08   0.34
XYZ24.332732.647136.0294
Yxy32.64710.26160.3510
Hunter Lab57.1376-23.97472.6097
CIE-Lab63.8741-26.8020-0.6200

#5ca89b color RGB value is (92,168,155).

#5ca89b hex color red value is 92, green value is 168 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #5ca89b hue: 0.47 , saturation: 0.30 and the lightness value of 5ca89b is 0.51.

The process color (four color CMYK) of #5ca89b color hex is 0.45, 0.00, 0.08, 0.34. Web safe color of #5ca89b is #669999. Color #5ca89b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101000 10011011
Octal 134 250 233
Decimal 92 168 155
Hex 5C A8 9B

RGB Percentages of Color #5ca89b

%22.17
%40.48
%37.35

CMYK Percentages of Color #5ca89b

%45
%0
%8
%34

Triadic Colors of #5ca89b

#5ca89b #9b5ca8 #a89b5c

Analogous Colors of #5ca89b

#5ca89b #5c8fa8 #5ca875

Monochromatic Colors of #5ca89b

#5ca89b

Complementary Color

#5ca89b #a85c69

#5ca89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca89b Color CSS Codes

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

#5ca89b Text Font Color

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

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


#5ca89b Background Color

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

This div background color is #5ca89b


#5ca89b Border Color

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

This div border color is #5ca89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca89b


Comments

No comments written yet.

Please login to write comment.