Color Hex Logo

#4acdbb Color Hex

#4ACDBB
(74,205,187)
0 Favorites   0 Comments

Color spaces of #4acdbb

RGB 74205187
HSL0.480.570.55
HSV172°64°80°
CMYK 0.640.000.09   0.20
XYZ33.625048.706354.6428
Yxy48.70630.24550.3556
Hunter Lab69.7899-36.13042.4311
CIE-Lab75.2682-39.7713-1.5765

#4acdbb color RGB value is (74,205,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 10111011
Octal 112 315 273
Decimal 74 205 187
Hex 4A CD BB

RGB Percentages of Color #4acdbb

%15.88
%43.99
%40.13

CMYK Percentages of Color #4acdbb

%64
%0
%9
%20

Triadic Colors of #4acdbb

#4acdbb #bb4acd #cdbb4a

Analogous Colors of #4acdbb

#4acdbb #4a9ecd #4acd7a

Monochromatic Colors of #4acdbb

#4acdbb

Complementary Color

#4acdbb #cd4a5c

#4acdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdbb Color CSS Codes

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

#4acdbb Text Font Color

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

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


#4acdbb Background Color

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

This div background color is #4acdbb


#4acdbb Border Color

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

This div border color is #4acdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdbb


Comments

No comments written yet.

Please login to write comment.