Color Hex Logo

#4ad0ca Color Hex

#4AD0CA
(74,208,202)
0 Favorites   0 Comments

Color spaces of #4ad0ca

RGB 74208202
HSL0.490.590.55
HSV177°64°82°
CMYK 0.640.000.03   0.18
XYZ36.040650.831963.7891
Yxy50.83190.23920.3374
Hunter Lab71.2965-34.5366-3.1393
CIE-Lab76.5771-37.1397-7.7343

#4ad0ca color RGB value is (74,208,202).

#4ad0ca hex color red value is 74, green value is 208 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4ad0ca hue: 0.49 , saturation: 0.59 and the lightness value of 4ad0ca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010000 11001010
Octal 112 320 312
Decimal 74 208 202
Hex 4A D0 CA

RGB Percentages of Color #4ad0ca

%15.29
%42.98
%41.74

CMYK Percentages of Color #4ad0ca

%64
%0
%3
%18

Triadic Colors of #4ad0ca

#4ad0ca #ca4ad0 #d0ca4a

Analogous Colors of #4ad0ca

#4ad0ca #4a93d0 #4ad087

Monochromatic Colors of #4ad0ca

#4ad0ca

Complementary Color

#4ad0ca #d04a50

#4ad0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad0ca Color CSS Codes

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

#4ad0ca Text Font Color

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

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


#4ad0ca Background Color

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

This div background color is #4ad0ca


#4ad0ca Border Color

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

This div border color is #4ad0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad0ca


Comments

No comments written yet.

Please login to write comment.