Color Hex Logo

#4bde74 Color Hex

#4BDE74
(75,222,116)
0 Favorites   0 Comments

Color spaces of #4bde74

RGB 75222116
HSL0.380.690.58
HSV137°66°87°
CMYK 0.660.000.48   0.13
XYZ32.175354.999425.4431
Yxy54.99940.28570.4884
Hunter Lab74.1616-52.339831.5721
CIE-Lab79.0409-61.189740.6762

#4bde74 color RGB value is (75,222,116).

#4bde74 hex color red value is 75, green value is 222 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #4bde74 hue: 0.38 , saturation: 0.69 and the lightness value of 4bde74 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011110 01110100
Octal 113 336 164
Decimal 75 222 116
Hex 4B DE 74

RGB Percentages of Color #4bde74

%18.16
%53.75
%28.09

CMYK Percentages of Color #4bde74

%66
%0
%48
%13

Triadic Colors of #4bde74

#4bde74 #744bde #de744b

Analogous Colors of #4bde74

#4bde74 #4bdebe #6cde4b

Monochromatic Colors of #4bde74

#4bde74

Complementary Color

#4bde74 #de4bb5

#4bde74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bde74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bde74 Color CSS Codes

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

#4bde74 Text Font Color

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

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


#4bde74 Background Color

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

This div background color is #4bde74


#4bde74 Border Color

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

This div border color is #4bde74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bde74


Comments

No comments written yet.

Please login to write comment.