Color Hex Logo

#4affac Color Hex

#4AFFAC
(74,255,172)
0 Favorites   0 Comments

Color spaces of #4affac

RGB 74255172
HSL0.421.000.65
HSV152°71°100°
CMYK 0.710.000.33   0.00
XYZ46.030475.954451.2643
Yxy75.95440.26570.4384
Hunter Lab87.1518-58.238526.1308
CIE-Lab89.8382-63.549126.8896

#4affac color RGB value is (74,255,172).

#4affac hex color red value is 74, green value is 255 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4affac hue: 0.42 , saturation: 1.00 and the lightness value of 4affac is 0.65.

The process color (four color CMYK) of #4affac color hex is 0.71, 0.00, 0.33, 0.00. Web safe color of #4affac is #33ff99. Color #4affac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 10101100
Octal 112 377 254
Decimal 74 255 172
Hex 4A FF AC

RGB Percentages of Color #4affac

%14.77
%50.90
%34.33

CMYK Percentages of Color #4affac

%71
%0
%33
%0

Triadic Colors of #4affac

#4affac #ac4aff #ffac4a

Analogous Colors of #4affac

#4affac #4af8ff #4aff52

Monochromatic Colors of #4affac

#4affac

Complementary Color

#4affac #ff4a9d

#4affac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affac Color CSS Codes

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

#4affac Text Font Color

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

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


#4affac Background Color

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

This div background color is #4affac


#4affac Border Color

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

This div border color is #4affac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affac

Related Colors


Comments

No comments written yet.

Please login to write comment.