Color Hex Logo

#5ca38b Color Hex

#5CA38B
(92,163,139)
0 Favorites   0 Comments

Color spaces of #5ca38b

RGB 92163139
HSL0.440.280.50
HSV160°44°64°
CMYK 0.440.000.15   0.36
XYZ22.171030.333829.1126
Yxy30.33380.27160.3717
Hunter Lab55.0761-24.52777.2133
CIE-Lab61.9412-28.16495.5355

#5ca38b color RGB value is (92,163,139).

#5ca38b hex color red value is 92, green value is 163 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #5ca38b hue: 0.44 , saturation: 0.28 and the lightness value of 5ca38b is 0.50.

The process color (four color CMYK) of #5ca38b color hex is 0.44, 0.00, 0.15, 0.36. Web safe color of #5ca38b is #669999. Color #5ca38b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10100011 10001011
Octal 134 243 213
Decimal 92 163 139
Hex 5C A3 8B

RGB Percentages of Color #5ca38b

%23.35
%41.37
%35.28

CMYK Percentages of Color #5ca38b

%44
%0
%15
%36

Triadic Colors of #5ca38b

#5ca38b #8b5ca3 #a38b5c

Analogous Colors of #5ca38b

#5ca38b #5c98a3 #5ca368

Monochromatic Colors of #5ca38b

#5ca38b

Complementary Color

#5ca38b #a35c74

#5ca38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca38b Color CSS Codes

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

#5ca38b Text Font Color

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

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


#5ca38b Background Color

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

This div background color is #5ca38b


#5ca38b Border Color

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

This div border color is #5ca38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca38b


Comments

No comments written yet.

Please login to write comment.