Color Hex Logo

#4adcbb Color Hex

#4ADCBB
(74,220,187)
0 Favorites   0 Comments

Color spaces of #4adcbb

RGB 74220187
HSL0.460.680.58
HSV166°66°86°
CMYK 0.660.000.15   0.14
XYZ37.386956.230155.8967
Yxy56.23010.25010.3761
Hunter Lab74.9867-42.23028.2947
CIE-Lab79.7446-46.34154.9349

#4adcbb color RGB value is (74,220,187).

#4adcbb hex color red value is 74, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4adcbb hue: 0.46 , saturation: 0.68 and the lightness value of 4adcbb is 0.58.

The process color (four color CMYK) of #4adcbb color hex is 0.66, 0.00, 0.15, 0.14. Web safe color of #4adcbb is #33cccc. Color #4adcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 10111011
Octal 112 334 273
Decimal 74 220 187
Hex 4A DC BB

RGB Percentages of Color #4adcbb

%15.38
%45.74
%38.88

CMYK Percentages of Color #4adcbb

%66
%0
%15
%14

Triadic Colors of #4adcbb

#4adcbb #bb4adc #dcbb4a

Analogous Colors of #4adcbb

#4adcbb #4ab4dc #4adc72

Monochromatic Colors of #4adcbb

#4adcbb

Complementary Color

#4adcbb #dc4a6b

#4adcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adcbb Color CSS Codes

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

#4adcbb Text Font Color

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

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


#4adcbb Background Color

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

This div background color is #4adcbb


#4adcbb Border Color

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

This div border color is #4adcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adcbb


Comments

No comments written yet.

Please login to write comment.