Color Hex Logo

#4afcbe Color Hex

#4AFCBE
(74,252,190)
0 Favorites   0 Comments

Color spaces of #4afcbe

RGB 74252190
HSL0.440.970.64
HSV159°71°99°
CMYK 0.710.000.25   0.01
XYZ46.928774.794460.6786
Yxy74.79440.25730.4101
Hunter Lab86.4838-54.487118.9397
CIE-Lab89.2966-58.677016.9615

#4afcbe color RGB value is (74,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 10111110
Octal 112 374 276
Decimal 74 252 190
Hex 4A FC BE

RGB Percentages of Color #4afcbe

%14.34
%48.84
%36.82

CMYK Percentages of Color #4afcbe

%71
%0
%25
%1

Triadic Colors of #4afcbe

#4afcbe #be4afc #fcbe4a

Analogous Colors of #4afcbe

#4afcbe #4ae1fc #4afc65

Monochromatic Colors of #4afcbe

#4afcbe

Complementary Color

#4afcbe #fc4a88

#4afcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcbe Color CSS Codes

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

#4afcbe Text Font Color

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

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


#4afcbe Background Color

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

This div background color is #4afcbe


#4afcbe Border Color

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

This div border color is #4afcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcbe


Comments

No comments written yet.

Please login to write comment.