Color Hex Logo

#5dc669 Color Hex

#5DC669
(93,198,105)
0 Favorites   0 Comments

Color spaces of #5dc669

RGB 93198105
HSL0.350.480.57
HSV127°53°78°
CMYK 0.530.000.47   0.22
XYZ27.258143.735220.3697
Yxy43.73520.29830.4787
Hunter Lab66.1326-42.159128.0307
CIE-Lab72.0511-49.802937.4267

#5dc669 color RGB value is (93,198,105).

#5dc669 hex color red value is 93, green value is 198 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #5dc669 hue: 0.35 , saturation: 0.48 and the lightness value of 5dc669 is 0.57.

The process color (four color CMYK) of #5dc669 color hex is 0.53, 0.00, 0.47, 0.22. Web safe color of #5dc669 is #66cc66. Color #5dc669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000110 01101001
Octal 135 306 151
Decimal 93 198 105
Hex 5D C6 69

RGB Percentages of Color #5dc669

%23.48
%50.00
%26.52

CMYK Percentages of Color #5dc669

%53
%0
%47
%22

Triadic Colors of #5dc669

#5dc669 #695dc6 #c6695d

Analogous Colors of #5dc669

#5dc669 #5dc69e #86c65d

Monochromatic Colors of #5dc669

#5dc669

Complementary Color

#5dc669 #c65dba

#5dc669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc669 Color CSS Codes

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

#5dc669 Text Font Color

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

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


#5dc669 Background Color

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

This div background color is #5dc669


#5dc669 Border Color

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

This div border color is #5dc669


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,198,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5dc669; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5dc669;
  -webkit-box-shadow: 1px 1px 3px 2px #5dc669;
  box-shadow:         1px 1px 3px 2px #5dc669; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,198,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc669


Comments

No comments written yet.

Please login to write comment.