Color Hex Logo

#4be08d Color Hex

#4BE08D
(75,224,141)
0 Favorites   0 Comments

Color spaces of #4be08d

RGB 75224141
HSL0.410.710.59
HSV147°67°88°
CMYK 0.670.000.37   0.12
XYZ34.365056.730334.3381
Yxy56.73030.27400.4523
Hunter Lab75.3195-50.367425.6934
CIE-Lab80.0277-57.710629.4303

#4be08d color RGB value is (75,224,141).

#4be08d hex color red value is 75, green value is 224 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #4be08d hue: 0.41 , saturation: 0.71 and the lightness value of 4be08d is 0.59.

The process color (four color CMYK) of #4be08d color hex is 0.67, 0.00, 0.37, 0.12. Web safe color of #4be08d is #33cc99. Color #4be08d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11100000 10001101
Octal 113 340 215
Decimal 75 224 141
Hex 4B E0 8D

RGB Percentages of Color #4be08d

%17.05
%50.91
%32.05

CMYK Percentages of Color #4be08d

%67
%0
%37
%12

Triadic Colors of #4be08d

#4be08d #8d4be0 #e08d4b

Analogous Colors of #4be08d

#4be08d #4be0d8 #54e04b

Monochromatic Colors of #4be08d

#4be08d

Complementary Color

#4be08d #e04b9e

#4be08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4be08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4be08d Color CSS Codes

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

#4be08d Text Font Color

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

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


#4be08d Background Color

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

This div background color is #4be08d


#4be08d Border Color

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

This div border color is #4be08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4be08d


Comments

No comments written yet.

Please login to write comment.