Color Hex Logo

#4adccf Color Hex

#4ADCCF
(74,220,207)
0 Favorites   0 Comments

Color spaces of #4adccf

RGB 74220207
HSL0.490.680.58
HSV175°66°86°
CMYK 0.660.000.06   0.14
XYZ39.679757.147267.9707
Yxy57.14720.24080.3468
Hunter Lab75.5958-38.5992-0.3926
CIE-Lab80.2623-41.2322-4.9601

#4adccf color RGB value is (74,220,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 11001111
Octal 112 334 317
Decimal 74 220 207
Hex 4A DC CF

RGB Percentages of Color #4adccf

%14.77
%43.91
%41.32

CMYK Percentages of Color #4adccf

%66
%0
%6
%14

Triadic Colors of #4adccf

#4adccf #cf4adc #dccf4a

Analogous Colors of #4adccf

#4adccf #4aa0dc #4adc86

Monochromatic Colors of #4adccf

#4adccf

Complementary Color

#4adccf #dc4a57

#4adccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adccf Color CSS Codes

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

#4adccf Text Font Color

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

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


#4adccf Background Color

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

This div background color is #4adccf


#4adccf Border Color

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

This div border color is #4adccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adccf


Comments

No comments written yet.

Please login to write comment.