Color Hex Logo

#4acad1 Color Hex

#4ACAD1
(74,202,209)
0 Favorites   0 Comments

Color spaces of #4acad1

RGB 74202209
HSL0.510.590.55
HSV183°65°82°
CMYK 0.650.030.00   0.18
XYZ35.453248.300467.7759
Yxy48.30040.23400.3188
Hunter Lab69.4985-30.5643-9.1715
CIE-Lab75.0140-32.3792-13.8454

#4acad1 color RGB value is (74,202,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 11010001
Octal 112 312 321
Decimal 74 202 209
Hex 4A CA D1

RGB Percentages of Color #4acad1

%15.26
%41.65
%43.09

CMYK Percentages of Color #4acad1

%65
%3
%0
%18

Triadic Colors of #4acad1

#4acad1 #d14aca #cad14a

Analogous Colors of #4acad1

#4acad1 #4a87d1 #4ad195

Monochromatic Colors of #4acad1

#4acad1

Complementary Color

#4acad1 #d1514a

#4acad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acad1 Color CSS Codes

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

#4acad1 Text Font Color

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

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


#4acad1 Background Color

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

This div background color is #4acad1


#4acad1 Border Color

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

This div border color is #4acad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acad1


Comments

No comments written yet.

Please login to write comment.