Color Hex Logo

#4acdcd Color Hex

#4ACDCD
(74,205,205)
0 Favorites   0 Comments

Color spaces of #4acdcd

RGB 74205205
HSL0.500.570.55
HSV180°64°80°
CMYK 0.640.000.00   0.20
XYZ35.674849.526365.4369
Yxy49.52630.23680.3288
Hunter Lab70.3749-32.6700-5.8673
CIE-Lab75.7776-34.9222-10.5415

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

#4acdcd hex color red value is 74, green value is 205 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4acdcd hue: 0.50 , saturation: 0.57 and the lightness value of 4acdcd is 0.55.

The process color (four color CMYK) of #4acdcd color hex is 0.64, 0.00, 0.00, 0.20. Web safe color of #4acdcd is #33cccc. Color #4acdcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 11001101
Octal 112 315 315
Decimal 74 205 205
Hex 4A CD CD

RGB Percentages of Color #4acdcd

%15.29
%42.36
%42.36

CMYK Percentages of Color #4acdcd

%64
%0
%0
%20

Triadic Colors of #4acdcd

#4acdcd #cd4acd #cdcd4a

Analogous Colors of #4acdcd

#4acdcd #4a8ccd #4acd8c

Monochromatic Colors of #4acdcd

#4acdcd

Complementary Color

#4acdcd #cd4a4a

#4acdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdcd Color CSS Codes

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

#4acdcd Text Font Color

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

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


#4acdcd Background Color

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

This div background color is #4acdcd


#4acdcd Border Color

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

This div border color is #4acdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdcd


Comments

No comments written yet.

Please login to write comment.