Color Hex Logo

#4acdd9 Color Hex

#4ACDD9
(74,205,217)
0 Favorites   0 Comments

Color spaces of #4acdd9

RGB 74205217
HSL0.510.650.57
HSV185°66°85°
CMYK 0.660.060.00   0.15
XYZ37.179750.128273.3618
Yxy50.12820.23140.3120
Hunter Lab70.8013-30.1670-11.8733
CIE-Lab76.1479-31.5165-16.4585

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

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

The process color (four color CMYK) of #4acdd9 color hex is 0.66, 0.06, 0.00, 0.15. Web safe color of #4acdd9 is #33cccc. Color #4acdd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 11011001
Octal 112 315 331
Decimal 74 205 217
Hex 4A CD D9

RGB Percentages of Color #4acdd9

%14.92
%41.33
%43.75

CMYK Percentages of Color #4acdd9

%66
%6
%0
%15

Triadic Colors of #4acdd9

#4acdd9 #d94acd #cdd94a

Analogous Colors of #4acdd9

#4acdd9 #4a86d9 #4ad99e

Monochromatic Colors of #4acdd9

#4acdd9

Complementary Color

#4acdd9 #d9564a

#4acdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdd9 Color CSS Codes

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

#4acdd9 Text Font Color

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

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


#4acdd9 Background Color

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

This div background color is #4acdd9


#4acdd9 Border Color

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

This div border color is #4acdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdd9


Comments

No comments written yet.

Please login to write comment.