Color Hex Logo

#4ad5ba Color Hex

#4AD5BA
(74,213,186)
0 Favorites   0 Comments

Color spaces of #4ad5ba

RGB 74213186
HSL0.470.620.56
HSV168°65°84°
CMYK 0.650.000.13   0.16
XYZ35.481252.589554.7351
Yxy52.58950.24850.3683
Hunter Lab72.5186-39.57286.0125
CIE-Lab77.6320-43.56902.4095

#4ad5ba color RGB value is (74,213,186).

#4ad5ba hex color red value is 74, green value is 213 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4ad5ba hue: 0.47 , saturation: 0.62 and the lightness value of 4ad5ba is 0.56.

The process color (four color CMYK) of #4ad5ba color hex is 0.65, 0.00, 0.13, 0.16. Web safe color of #4ad5ba is #33cccc. Color #4ad5ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010101 10111010
Octal 112 325 272
Decimal 74 213 186
Hex 4A D5 BA

RGB Percentages of Color #4ad5ba

%15.64
%45.03
%39.32

CMYK Percentages of Color #4ad5ba

%65
%0
%13
%16

Triadic Colors of #4ad5ba

#4ad5ba #ba4ad5 #d5ba4a

Analogous Colors of #4ad5ba

#4ad5ba #4aabd5 #4ad575

Monochromatic Colors of #4ad5ba

#4ad5ba

Complementary Color

#4ad5ba #d54a65

#4ad5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad5ba Color CSS Codes

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

#4ad5ba Text Font Color

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

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


#4ad5ba Background Color

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

This div background color is #4ad5ba


#4ad5ba Border Color

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

This div border color is #4ad5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad5ba


Comments

No comments written yet.

Please login to write comment.