Color Hex Logo

#4ce068 Color Hex

#4CE068
(76,224,104)
0 Favorites   0 Comments

Color spaces of #4ce068

RGB 76224104
HSL0.360.700.59
HSV131°66°88°
CMYK 0.660.000.54   0.12
XYZ32.134855.847322.1826
Yxy55.84730.29170.5069
Hunter Lab74.7311-54.023334.7125
CIE-Lab79.5268-63.430447.0183

#4ce068 color RGB value is (76,224,104).

#4ce068 hex color red value is 76, green value is 224 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #4ce068 hue: 0.36 , saturation: 0.70 and the lightness value of 4ce068 is 0.59.

The process color (four color CMYK) of #4ce068 color hex is 0.66, 0.00, 0.54, 0.12. Web safe color of #4ce068 is #33cc66. Color #4ce068 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11100000 01101000
Octal 114 340 150
Decimal 76 224 104
Hex 4C E0 68

RGB Percentages of Color #4ce068

%18.81
%55.45
%25.74

CMYK Percentages of Color #4ce068

%66
%0
%54
%12

Triadic Colors of #4ce068

#4ce068 #684ce0 #e0684c

Analogous Colors of #4ce068

#4ce068 #4ce0b2 #7ae04c

Monochromatic Colors of #4ce068

#4ce068

Complementary Color

#4ce068 #e04cc4

#4ce068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ce068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ce068 Color CSS Codes

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

#4ce068 Text Font Color

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

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


#4ce068 Background Color

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

This div background color is #4ce068


#4ce068 Border Color

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

This div border color is #4ce068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ce068


Comments

No comments written yet.

Please login to write comment.