Color Hex Logo

#5cb67d Color Hex

#5CB67D
(92,182,125)
0 Favorites   0 Comments

Color spaces of #5cb67d

RGB 92182125
HSL0.390.380.54
HSV142°49°71°
CMYK 0.490.000.31   0.29
XYZ24.843337.211925.2753
Yxy37.21190.28450.4261
Hunter Lab61.0016-34.057418.1350
CIE-Lab67.4357-39.948220.9386

#5cb67d color RGB value is (92,182,125).

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

The process color (four color CMYK) of #5cb67d color hex is 0.49, 0.00, 0.31, 0.29. Web safe color of #5cb67d is #66cc66. Color #5cb67d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10110110 01111101
Octal 134 266 175
Decimal 92 182 125
Hex 5C B6 7D

RGB Percentages of Color #5cb67d

%23.06
%45.61
%31.33

CMYK Percentages of Color #5cb67d

%49
%0
%31
%29

Triadic Colors of #5cb67d

#5cb67d #7d5cb6 #b67d5c

Analogous Colors of #5cb67d

#5cb67d #5cb6aa #68b65c

Monochromatic Colors of #5cb67d

#5cb67d

Complementary Color

#5cb67d #b65c95

#5cb67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb67d Color CSS Codes

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

#5cb67d Text Font Color

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

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


#5cb67d Background Color

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

This div background color is #5cb67d


#5cb67d Border Color

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

This div border color is #5cb67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb67d


Comments

No comments written yet.

Please login to write comment.