Color Hex Logo

#4ce970 Color Hex

#4CE970
(76,233,112)
0 Favorites   0 Comments

Color spaces of #4ce970

RGB 76233112
HSL0.370.780.61
HSV134°67°91°
CMYK 0.670.000.52   0.09
XYZ35.044060.984225.2533
Yxy60.98420.28890.5028
Hunter Lab78.0924-56.559735.4916
CIE-Lab82.3702-65.477346.7235

#4ce970 color RGB value is (76,233,112).

#4ce970 hex color red value is 76, green value is 233 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #4ce970 hue: 0.37 , saturation: 0.78 and the lightness value of 4ce970 is 0.61.

The process color (four color CMYK) of #4ce970 color hex is 0.67, 0.00, 0.52, 0.09. Web safe color of #4ce970 is #33ff66. Color #4ce970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101001 01110000
Octal 114 351 160
Decimal 76 233 112
Hex 4C E9 70

RGB Percentages of Color #4ce970

%18.05
%55.34
%26.60

CMYK Percentages of Color #4ce970

%67
%0
%52
%9

Triadic Colors of #4ce970

#4ce970 #704ce9 #e9704c

Analogous Colors of #4ce970

#4ce970 #4ce9bf #77e94c

Monochromatic Colors of #4ce970

#4ce970

Complementary Color

#4ce970 #e94cc5

#4ce970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ce970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ce970 Color CSS Codes

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

#4ce970 Text Font Color

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

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


#4ce970 Background Color

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

This div background color is #4ce970


#4ce970 Border Color

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

This div border color is #4ce970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ce970


Comments

No comments written yet.

Please login to write comment.