Color Hex Logo

#4acadc Color Hex

#4ACADC
(74,202,220)
0 Favorites   0 Comments

Color spaces of #4acadc

RGB 74202220
HSL0.520.680.58
HSV187°66°86°
CMYK 0.660.080.00   0.14
XYZ36.862848.864275.1990
Yxy48.86420.22910.3036
Hunter Lab69.9029-28.1995-14.8499
CIE-Lab75.3668-29.1915-19.2569

#4acadc color RGB value is (74,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 11011100
Octal 112 312 334
Decimal 74 202 220
Hex 4A CA DC

RGB Percentages of Color #4acadc

%14.92
%40.73
%44.35

CMYK Percentages of Color #4acadc

%66
%8
%0
%14

Triadic Colors of #4acadc

#4acadc #dc4aca #cadc4a

Analogous Colors of #4acadc

#4acadc #4a81dc #4adca5

Monochromatic Colors of #4acadc

#4acadc

Complementary Color

#4acadc #dc5c4a

#4acadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acadc Color CSS Codes

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

#4acadc Text Font Color

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

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


#4acadc Background Color

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

This div background color is #4acadc


#4acadc Border Color

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

This div border color is #4acadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acadc


Comments

No comments written yet.

Please login to write comment.