Color Hex Logo

#4acddc Color Hex

#4ACDDC
(74,205,220)
0 Favorites   0 Comments

Color spaces of #4acddc

RGB 74205220
HSL0.520.680.58
HSV186°66°86°
CMYK 0.660.070.00   0.14
XYZ37.573650.285875.4359
Yxy50.28580.23010.3079
Hunter Lab70.9125-29.5171-13.4333
CIE-Lab76.2444-30.6455-17.9292

#4acddc color RGB value is (74,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 11011100
Octal 112 315 334
Decimal 74 205 220
Hex 4A CD DC

RGB Percentages of Color #4acddc

%14.83
%41.08
%44.09

CMYK Percentages of Color #4acddc

%66
%7
%0
%14

Triadic Colors of #4acddc

#4acddc #dc4acd #cddc4a

Analogous Colors of #4acddc

#4acddc #4a84dc #4adca2

Monochromatic Colors of #4acddc

#4acddc

Complementary Color

#4acddc #dc594a

#4acddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acddc Color CSS Codes

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

#4acddc Text Font Color

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

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


#4acddc Background Color

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

This div background color is #4acddc


#4acddc Border Color

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

This div border color is #4acddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acddc


Comments

No comments written yet.

Please login to write comment.