Color Hex Logo

#4acdd3 Color Hex

#4ACDD3
(74,205,211)
0 Favorites   0 Comments

Color spaces of #4acdd3

RGB 74205211
HSL0.510.610.56
HSV183°65°83°
CMYK 0.650.030.00   0.17
XYZ36.413249.821669.3254
Yxy49.82160.23410.3203
Hunter Lab70.5844-31.4379-8.8233
CIE-Lab75.9596-33.2354-13.5066

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

#4acdd3 hex color red value is 74, green value is 205 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #4acdd3 hue: 0.51 , saturation: 0.61 and the lightness value of 4acdd3 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 11010011
Octal 112 315 323
Decimal 74 205 211
Hex 4A CD D3

RGB Percentages of Color #4acdd3

%15.10
%41.84
%43.06

CMYK Percentages of Color #4acdd3

%65
%3
%0
%17

Triadic Colors of #4acdd3

#4acdd3 #d34acd #cdd34a

Analogous Colors of #4acdd3

#4acdd3 #4a89d3 #4ad395

Monochromatic Colors of #4acdd3

#4acdd3

Complementary Color

#4acdd3 #d3504a

#4acdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdd3 Color CSS Codes

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

#4acdd3 Text Font Color

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

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


#4acdd3 Background Color

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

This div background color is #4acdd3


#4acdd3 Border Color

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

This div border color is #4acdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdd3


Comments

No comments written yet.

Please login to write comment.