Color Hex Logo

#4adccc Color Hex

#4ADCCC
(74,220,204)
0 Favorites   0 Comments

Color spaces of #4adccc

RGB 74220204
HSL0.480.680.58
HSV173°66°86°
CMYK 0.660.000.07   0.14
XYZ39.316357.001966.0570
Yxy57.00190.24210.3511
Hunter Lab75.4996-39.17070.9750
CIE-Lab80.1807-42.0245-3.4814

#4adccc color RGB value is (74,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 11001100
Octal 112 334 314
Decimal 74 220 204
Hex 4A DC CC

RGB Percentages of Color #4adccc

%14.86
%44.18
%40.96

CMYK Percentages of Color #4adccc

%66
%0
%7
%14

Triadic Colors of #4adccc

#4adccc #cc4adc #dccc4a

Analogous Colors of #4adccc

#4adccc #4aa3dc #4adc83

Monochromatic Colors of #4adccc

#4adccc

Complementary Color

#4adccc #dc4a5a

#4adccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adccc Color CSS Codes

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

#4adccc Text Font Color

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

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


#4adccc Background Color

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

This div background color is #4adccc


#4adccc Border Color

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

This div border color is #4adccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adccc


Comments

No comments written yet.

Please login to write comment.