Color Hex Logo

#4acfb9 Color Hex

#4ACFB9
(74,207,185)
0 Favorites   0 Comments

Color spaces of #4acfb9

RGB 74207185
HSL0.470.580.55
HSV170°64°81°
CMYK 0.640.000.11   0.19
XYZ33.893849.584353.6833
Yxy49.58430.24710.3615
Hunter Lab70.4161-37.30984.0902
CIE-Lab75.8134-41.18120.2992

#4acfb9 color RGB value is (74,207,185).

#4acfb9 hex color red value is 74, green value is 207 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #4acfb9 hue: 0.47 , saturation: 0.58 and the lightness value of 4acfb9 is 0.55.

The process color (four color CMYK) of #4acfb9 color hex is 0.64, 0.00, 0.11, 0.19. Web safe color of #4acfb9 is #33cccc. Color #4acfb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001111 10111001
Octal 112 317 271
Decimal 74 207 185
Hex 4A CF B9

RGB Percentages of Color #4acfb9

%15.88
%44.42
%39.70

CMYK Percentages of Color #4acfb9

%64
%0
%11
%19

Triadic Colors of #4acfb9

#4acfb9 #b94acf #cfb94a

Analogous Colors of #4acfb9

#4acfb9 #4aa3cf #4acf77

Monochromatic Colors of #4acfb9

#4acfb9

Complementary Color

#4acfb9 #cf4a60

#4acfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acfb9 Color CSS Codes

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

#4acfb9 Text Font Color

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

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


#4acfb9 Background Color

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

This div background color is #4acfb9


#4acfb9 Border Color

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

This div border color is #4acfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acfb9


Comments

No comments written yet.

Please login to write comment.