Color Hex Logo

#4ad1dc Color Hex

#4AD1DC
(74,209,220)
0 Favorites   0 Comments

Color spaces of #4ad1dc

RGB 74209220
HSL0.510.680.58
HSV185°66°86°
CMYK 0.660.050.00   0.14
XYZ38.542852.224175.7590
Yxy52.22410.23150.3136
Hunter Lab72.2662-31.2639-11.5692
CIE-Lab77.4146-32.5614-16.1638

#4ad1dc color RGB value is (74,209,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010001 11011100
Octal 112 321 334
Decimal 74 209 220
Hex 4A D1 DC

RGB Percentages of Color #4ad1dc

%14.71
%41.55
%43.74

CMYK Percentages of Color #4ad1dc

%66
%5
%0
%14

Triadic Colors of #4ad1dc

#4ad1dc #dc4ad1 #d1dc4a

Analogous Colors of #4ad1dc

#4ad1dc #4a88dc #4adc9e

Monochromatic Colors of #4ad1dc

#4ad1dc

Complementary Color

#4ad1dc #dc554a

#4ad1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad1dc Color CSS Codes

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

#4ad1dc Text Font Color

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

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


#4ad1dc Background Color

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

This div background color is #4ad1dc


#4ad1dc Border Color

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

This div border color is #4ad1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad1dc


Comments

No comments written yet.

Please login to write comment.