Color Hex Logo

#4afebf Color Hex

#4AFEBF
(74,254,191)
0 Favorites   0 Comments

Color spaces of #4afebf

RGB 74254191
HSL0.440.990.64
HSV159°71°100°
CMYK 0.710.000.25   0.00
XYZ47.669876.101161.4667
Yxy76.10110.25730.4108
Hunter Lab87.2359-55.122219.2893
CIE-Lab89.9063-59.235417.3032

#4afebf color RGB value is (74,254,191).

#4afebf hex color red value is 74, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4afebf hue: 0.44 , saturation: 0.99 and the lightness value of 4afebf is 0.64.

The process color (four color CMYK) of #4afebf color hex is 0.71, 0.00, 0.25, 0.00. Web safe color of #4afebf is #33ffcc. Color #4afebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111110 10111111
Octal 112 376 277
Decimal 74 254 191
Hex 4A FE BF

RGB Percentages of Color #4afebf

%14.26
%48.94
%36.80

CMYK Percentages of Color #4afebf

%71
%0
%25
%0

Triadic Colors of #4afebf

#4afebf #bf4afe #febf4a

Analogous Colors of #4afebf

#4afebf #4ae3fe #4afe65

Monochromatic Colors of #4afebf

#4afebf

Complementary Color

#4afebf #fe4a89

#4afebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afebf Color CSS Codes

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

#4afebf Text Font Color

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

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


#4afebf Background Color

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

This div background color is #4afebf


#4afebf Border Color

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

This div border color is #4afebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afebf


Comments

No comments written yet.

Please login to write comment.