Color Hex Logo

#4acadd Color Hex

#4ACADD
(74,202,221)
0 Favorites   0 Comments

Color spaces of #4acadd

RGB 74202221
HSL0.520.680.58
HSV188°67°87°
CMYK 0.670.090.00   0.13
XYZ36.995748.917475.8987
Yxy48.91740.22860.3023
Hunter Lab69.9410-27.9781-15.3818
CIE-Lab75.3999-28.8967-19.7463

#4acadd color RGB value is (74,202,221).

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

The process color (four color CMYK) of #4acadd color hex is 0.67, 0.09, 0.00, 0.13. Web safe color of #4acadd is #33cccc. Color #4acadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 11011101
Octal 112 312 335
Decimal 74 202 221
Hex 4A CA DD

RGB Percentages of Color #4acadd

%14.89
%40.64
%44.47

CMYK Percentages of Color #4acadd

%67
%9
%0
%13

Triadic Colors of #4acadd

#4acadd #dd4aca #cadd4a

Analogous Colors of #4acadd

#4acadd #4a81dd #4adda7

Monochromatic Colors of #4acadd

#4acadd

Complementary Color

#4acadd #dd5d4a

#4acadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acadd Color CSS Codes

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

#4acadd Text Font Color

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

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


#4acadd Background Color

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

This div background color is #4acadd


#4acadd Border Color

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

This div border color is #4acadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acadd


Comments

No comments written yet.

Please login to write comment.