Color Hex Logo

#4addcb Color Hex

#4ADDCB
(74,221,203)
0 Favorites   0 Comments

Color spaces of #4addcb

RGB 74221203
HSL0.480.680.58
HSV173°67°87°
CMYK 0.670.000.08   0.13
XYZ39.460057.480565.5150
Yxy57.48050.24290.3538
Hunter Lab75.8159-39.77371.8367
CIE-Lab80.4491-42.7282-2.5542

#4addcb color RGB value is (74,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 11001011
Octal 112 335 313
Decimal 74 221 203
Hex 4A DD CB

RGB Percentages of Color #4addcb

%14.86
%44.38
%40.76

CMYK Percentages of Color #4addcb

%67
%0
%8
%13

Triadic Colors of #4addcb

#4addcb #cb4add #ddcb4a

Analogous Colors of #4addcb

#4addcb #4aa6dd #4add82

Monochromatic Colors of #4addcb

#4addcb

Complementary Color

#4addcb #dd4a5c

#4addcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4addcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4addcb Color CSS Codes

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

#4addcb Text Font Color

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

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


#4addcb Background Color

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

This div background color is #4addcb


#4addcb Border Color

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

This div border color is #4addcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4addcb


Comments

No comments written yet.

Please login to write comment.