Color Hex Logo

#4cde08 Color Hex

#4CDE08
(76,222,8)
0 Favorites   0 Comments

Color spaces of #4cde08

RGB 762228
HSL0.280.930.45
HSV101°96°87°
CMYK 0.660.000.96   0.13
XYZ29.145653.79669.0774
Yxy53.79660.31670.5846
Hunter Lab73.3462-57.425244.0045
CIE-Lab78.3430-69.481375.2900

#4cde08 color RGB value is (76,222,8).

#4cde08 hex color red value is 76, green value is 222 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #4cde08 hue: 0.28 , saturation: 0.93 and the lightness value of 4cde08 is 0.45.

The process color (four color CMYK) of #4cde08 color hex is 0.66, 0.00, 0.96, 0.13. Web safe color of #4cde08 is #33cc00. Color #4cde08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011110 00001000
Octal 114 336 10
Decimal 76 222 8
Hex 4C DE 8

RGB Percentages of Color #4cde08

%24.84
%72.55
%2.61

CMYK Percentages of Color #4cde08

%66
%0
%96
%13

Triadic Colors of #4cde08

#4cde08 #084cde #de084c

Analogous Colors of #4cde08

#4cde08 #08de2f #b7de08

Monochromatic Colors of #4cde08

#4cde08

Complementary Color

#4cde08 #9a08de

#4cde08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cde08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cde08 Color CSS Codes

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

#4cde08 Text Font Color

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

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


#4cde08 Background Color

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

This div background color is #4cde08


#4cde08 Border Color

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

This div border color is #4cde08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cde08


Comments

No comments written yet.

Please login to write comment.