Color Hex Logo

#4afbaf Color Hex

#4AFBAF
(74,251,175)
0 Favorites   0 Comments

Color spaces of #4afbaf

RGB 74251175
HSL0.430.960.64
HSV154°71°98°
CMYK 0.710.000.30   0.02
XYZ45.059173.545452.3783
Yxy73.54540.26350.4301
Hunter Lab85.7586-56.290523.8188
CIE-Lab88.7072-61.455723.8207

#4afbaf color RGB value is (74,251,175).

#4afbaf hex color red value is 74, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4afbaf hue: 0.43 , saturation: 0.96 and the lightness value of 4afbaf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111011 10101111
Octal 112 373 257
Decimal 74 251 175
Hex 4A FB AF

RGB Percentages of Color #4afbaf

%14.80
%50.20
%35.00

CMYK Percentages of Color #4afbaf

%71
%0
%30
%2

Triadic Colors of #4afbaf

#4afbaf #af4afb #fbaf4a

Analogous Colors of #4afbaf

#4afbaf #4aeffb #4afb57

Monochromatic Colors of #4afbaf

#4afbaf

Complementary Color

#4afbaf #fb4a96

#4afbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afbaf Color CSS Codes

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

#4afbaf Text Font Color

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

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


#4afbaf Background Color

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

This div background color is #4afbaf


#4afbaf Border Color

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

This div border color is #4afbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afbaf

Related Colors


Comments

No comments written yet.

Please login to write comment.