Color Hex Logo

#4cd085 Color Hex

#4CD085
(76,208,133)
0 Favorites   0 Comments

Color spaces of #4cd085

RGB 76208133
HSL0.410.580.56
HSV146°63°82°
CMYK 0.630.000.36   0.18
XYZ29.770048.341729.9521
Yxy48.34170.27550.4473
Hunter Lab69.5282-45.245723.1282
CIE-Lab75.0399-52.853326.8928

#4cd085 color RGB value is (76,208,133).

#4cd085 hex color red value is 76, green value is 208 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #4cd085 hue: 0.41 , saturation: 0.58 and the lightness value of 4cd085 is 0.56.

The process color (four color CMYK) of #4cd085 color hex is 0.63, 0.00, 0.36, 0.18. Web safe color of #4cd085 is #33cc99. Color #4cd085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11010000 10000101
Octal 114 320 205
Decimal 76 208 133
Hex 4C D0 85

RGB Percentages of Color #4cd085

%18.23
%49.88
%31.89

CMYK Percentages of Color #4cd085

%63
%0
%36
%18

Triadic Colors of #4cd085

#4cd085 #854cd0 #d0854c

Analogous Colors of #4cd085

#4cd085 #4cd0c7 #55d04c

Monochromatic Colors of #4cd085

#4cd085

Complementary Color

#4cd085 #d04c97

#4cd085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cd085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cd085 Color CSS Codes

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

#4cd085 Text Font Color

<p style="color:#4cd085">Text here</p>

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


#4cd085 Background Color

<div style="background-color:#4cd085">
Div content here</div>

This div background color is #4cd085


#4cd085 Border Color

<div style="border:3px solid #4cd085">
Div here</div>

This div border color is #4cd085


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,208,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cd085; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cd085;
  -webkit-box-shadow: 1px 1px 3px 2px #4cd085;
  box-shadow:         1px 1px 3px 2px #4cd085; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,208,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cd085


Comments

No comments written yet.

Please login to write comment.