Color Hex Logo

#4be1ad Color Hex

#4BE1AD
(75,225,173)
0 Favorites   0 Comments

Color spaces of #4be1ad

RGB 75225173
HSL0.440.710.59
HSV159°67°88°
CMYK 0.670.000.23   0.12
XYZ37.369758.363448.8308
Yxy58.36340.25850.4037
Hunter Lab76.3959-46.378215.5801
CIE-Lab80.9404-51.552114.0506

#4be1ad color RGB value is (75,225,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11100001 10101101
Octal 113 341 255
Decimal 75 225 173
Hex 4B E1 AD

RGB Percentages of Color #4be1ad

%15.86
%47.57
%36.58

CMYK Percentages of Color #4be1ad

%67
%0
%23
%12

Triadic Colors of #4be1ad

#4be1ad #ad4be1 #e1ad4b

Analogous Colors of #4be1ad

#4be1ad #4bcae1 #4be162

Monochromatic Colors of #4be1ad

#4be1ad

Complementary Color

#4be1ad #e14b7f

#4be1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4be1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4be1ad Color CSS Codes

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

#4be1ad Text Font Color

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

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


#4be1ad Background Color

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

This div background color is #4be1ad


#4be1ad Border Color

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

This div border color is #4be1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4be1ad


Comments

No comments written yet.

Please login to write comment.