Color Hex Logo

#4acdbf Color Hex

#4ACDBF
(74,205,191)
0 Favorites   0 Comments

Color spaces of #4acdbf

RGB 74205191
HSL0.480.570.55
HSV174°64°80°
CMYK 0.640.000.07   0.20
XYZ34.059348.880156.9299
Yxy48.88010.24350.3495
Hunter Lab69.9143-35.39240.6613
CIE-Lab75.3767-38.7226-3.5767

#4acdbf color RGB value is (74,205,191).

#4acdbf hex color red value is 74, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4acdbf hue: 0.48 , saturation: 0.57 and the lightness value of 4acdbf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 10111111
Octal 112 315 277
Decimal 74 205 191
Hex 4A CD BF

RGB Percentages of Color #4acdbf

%15.74
%43.62
%40.64

CMYK Percentages of Color #4acdbf

%64
%0
%7
%20

Triadic Colors of #4acdbf

#4acdbf #bf4acd #cdbf4a

Analogous Colors of #4acdbf

#4acdbf #4a9acd #4acd7e

Monochromatic Colors of #4acdbf

#4acdbf

Complementary Color

#4acdbf #cd4a58

#4acdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdbf Color CSS Codes

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

#4acdbf Text Font Color

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

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


#4acdbf Background Color

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

This div background color is #4acdbf


#4acdbf Border Color

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

This div border color is #4acdbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,205,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 #4acdbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdbf


Comments

No comments written yet.

Please login to write comment.