Color Hex Logo

#4ad1db Color Hex

#4AD1DB
(74,209,219)
0 Favorites   0 Comments

Color spaces of #4ad1db

RGB 74209219
HSL0.510.670.57
HSV184°66°86°
CMYK 0.660.050.00   0.14
XYZ38.410752.171275.0634
Yxy52.17120.23190.3150
Hunter Lab72.2296-31.4781-11.0554
CIE-Lab77.3831-32.8487-15.6741

#4ad1db color RGB value is (74,209,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010001 11011011
Octal 112 321 333
Decimal 74 209 219
Hex 4A D1 DB

RGB Percentages of Color #4ad1db

%14.74
%41.63
%43.63

CMYK Percentages of Color #4ad1db

%66
%5
%0
%14

Triadic Colors of #4ad1db

#4ad1db #db4ad1 #d1db4a

Analogous Colors of #4ad1db

#4ad1db #4a89db #4adb9d

Monochromatic Colors of #4ad1db

#4ad1db

Complementary Color

#4ad1db #db544a

#4ad1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad1db Color CSS Codes

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

#4ad1db Text Font Color

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

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


#4ad1db Background Color

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

This div background color is #4ad1db


#4ad1db Border Color

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

This div border color is #4ad1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad1db


Comments

No comments written yet.

Please login to write comment.