Color Hex Logo

#4abdab Color Hex

#4ABDAB
(74,189,171)
0 Favorites   0 Comments

Color spaces of #4abdab

RGB 74189171
HSL0.470.470.52
HSV171°61°74°
CMYK 0.610.000.10   0.26
XYZ28.372340.791344.9062
Yxy40.79130.24870.3576
Hunter Lab63.8681-32.47353.0203
CIE-Lab70.0295-36.6559-0.5450

#4abdab color RGB value is (74,189,171).

#4abdab hex color red value is 74, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4abdab hue: 0.47 , saturation: 0.47 and the lightness value of 4abdab is 0.52.

The process color (four color CMYK) of #4abdab color hex is 0.61, 0.00, 0.10, 0.26. Web safe color of #4abdab is #33cc99. Color #4abdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111101 10101011
Octal 112 275 253
Decimal 74 189 171
Hex 4A BD AB

RGB Percentages of Color #4abdab

%17.05
%43.55
%39.40

CMYK Percentages of Color #4abdab

%61
%0
%10
%26

Triadic Colors of #4abdab

#4abdab #ab4abd #bdab4a

Analogous Colors of #4abdab

#4abdab #4a96bd #4abd72

Monochromatic Colors of #4abdab

#4abdab

Complementary Color

#4abdab #bd4a5c

#4abdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abdab Color CSS Codes

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

#4abdab Text Font Color

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

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


#4abdab Background Color

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

This div background color is #4abdab


#4abdab Border Color

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

This div border color is #4abdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abdab


Comments

No comments written yet.

Please login to write comment.