Color Hex Logo

#4af0db Color Hex

#4AF0DB
(74,240,219)
0 Favorites   0 Comments

Color spaces of #4af0db

RGB 74240219
HSL0.480.850.62
HSV172°69°94°
CMYK 0.690.000.09   0.06
XYZ46.770368.890577.8500
Yxy68.89050.24170.3560
Hunter Lab83.0003-44.66662.4893
CIE-Lab86.4498-46.8514-2.2017

#4af0db color RGB value is (74,240,219).

#4af0db hex color red value is 74, green value is 240 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4af0db hue: 0.48 , saturation: 0.85 and the lightness value of 4af0db is 0.62.

The process color (four color CMYK) of #4af0db color hex is 0.69, 0.00, 0.09, 0.06. Web safe color of #4af0db is #33ffcc. Color #4af0db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11110000 11011011
Octal 112 360 333
Decimal 74 240 219
Hex 4A F0 DB

RGB Percentages of Color #4af0db

%13.88
%45.03
%41.09

CMYK Percentages of Color #4af0db

%69
%0
%9
%6

Triadic Colors of #4af0db

#4af0db #db4af0 #f0db4a

Analogous Colors of #4af0db

#4af0db #4ab2f0 #4af088

Monochromatic Colors of #4af0db

#4af0db

Complementary Color

#4af0db #f04a5f

#4af0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4af0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4af0db Color CSS Codes

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

#4af0db Text Font Color

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

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


#4af0db Background Color

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

This div background color is #4af0db


#4af0db Border Color

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

This div border color is #4af0db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,240,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 #4af0db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4af0db


Comments

No comments written yet.

Please login to write comment.