Color Hex Logo

#4af2c0 Color Hex

#4AF2C0
(74,242,192)
0 Favorites   0 Comments

Color spaces of #4af2c0

RGB 74242192
HSL0.450.870.62
HSV162°69°95°
CMYK 0.690.000.21   0.05
XYZ44.090668.765960.8185
Yxy68.76590.25390.3959
Hunter Lab82.9252-50.212214.5635
CIE-Lab86.3880-54.272711.8203

#4af2c0 color RGB value is (74,242,192).

#4af2c0 hex color red value is 74, green value is 242 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #4af2c0 hue: 0.45 , saturation: 0.87 and the lightness value of 4af2c0 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11110010 11000000
Octal 112 362 300
Decimal 74 242 192
Hex 4A F2 C0

RGB Percentages of Color #4af2c0

%14.57
%47.64
%37.80

CMYK Percentages of Color #4af2c0

%69
%0
%21
%5

Triadic Colors of #4af2c0

#4af2c0 #c04af2 #f2c04a

Analogous Colors of #4af2c0

#4af2c0 #4ad0f2 #4af26c

Monochromatic Colors of #4af2c0

#4af2c0

Complementary Color

#4af2c0 #f24a7c

#4af2c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4af2c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4af2c0 Color CSS Codes

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

#4af2c0 Text Font Color

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

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


#4af2c0 Background Color

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

This div background color is #4af2c0


#4af2c0 Border Color

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

This div border color is #4af2c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4af2c0


Comments

No comments written yet.

Please login to write comment.