Color Hex Logo

#4addbf Color Hex

#4ADDBF
(74,221,191)
0 Favorites   0 Comments

Color spaces of #4addbf

RGB 74221191
HSL0.470.680.58
HSV168°67°87°
CMYK 0.670.000.14   0.13
XYZ38.084556.930358.2716
Yxy56.93030.24850.3714
Hunter Lab75.4522-41.94347.0269
CIE-Lab80.1404-45.78293.3806

#4addbf color RGB value is (74,221,191).

#4addbf hex color red value is 74, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4addbf hue: 0.47 , saturation: 0.68 and the lightness value of 4addbf is 0.58.

The process color (four color CMYK) of #4addbf color hex is 0.67, 0.00, 0.14, 0.13. Web safe color of #4addbf is #33cccc. Color #4addbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 10111111
Octal 112 335 277
Decimal 74 221 191
Hex 4A DD BF

RGB Percentages of Color #4addbf

%15.23
%45.47
%39.30

CMYK Percentages of Color #4addbf

%67
%0
%14
%13

Triadic Colors of #4addbf

#4addbf #bf4add #ddbf4a

Analogous Colors of #4addbf

#4addbf #4ab2dd #4add76

Monochromatic Colors of #4addbf

#4addbf

Complementary Color

#4addbf #dd4a68

#4addbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4addbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4addbf Color CSS Codes

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

#4addbf Text Font Color

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

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


#4addbf Background Color

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

This div background color is #4addbf


#4addbf Border Color

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

This div border color is #4addbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,221,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4addbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4addbf;
  -webkit-box-shadow: 1px 1px 3px 2px #4addbf;
  box-shadow:         1px 1px 3px 2px #4addbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,221,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4addbf


Comments

No comments written yet.

Please login to write comment.