Color Hex Logo

#4adccb Color Hex

#4ADCCB
(74,220,203)
0 Favorites   0 Comments

Color spaces of #4adccb

RGB 74220203
HSL0.480.680.58
HSV173°66°86°
CMYK 0.660.000.08   0.14
XYZ39.196756.954065.4273
Yxy56.95400.24260.3525
Hunter Lab75.4679-39.35901.4257
CIE-Lab80.1537-42.2865-2.9881

#4adccb color RGB value is (74,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 11001011
Octal 112 334 313
Decimal 74 220 203
Hex 4A DC CB

RGB Percentages of Color #4adccb

%14.89
%44.27
%40.85

CMYK Percentages of Color #4adccb

%66
%0
%8
%14

Triadic Colors of #4adccb

#4adccb #cb4adc #dccb4a

Analogous Colors of #4adccb

#4adccb #4aa4dc #4adc82

Monochromatic Colors of #4adccb

#4adccb

Complementary Color

#4adccb #dc4a5b

#4adccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adccb Color CSS Codes

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

#4adccb Text Font Color

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

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


#4adccb Background Color

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

This div background color is #4adccb


#4adccb Border Color

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

This div border color is #4adccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,220,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 #4adccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adccb


Comments

No comments written yet.

Please login to write comment.