Color Hex Logo

#4abbad Color Hex

#4ABBAD
(74,187,173)
0 Favorites   0 Comments

Color spaces of #4abbad

RGB 74187173
HSL0.480.450.51
HSV173°60°73°
CMYK 0.600.000.07   0.27
XYZ28.137240.013645.7756
Yxy40.01360.24700.3512
Hunter Lab63.2563-31.29951.3740
CIE-Lab69.4792-35.2097-2.4483

#4abbad color RGB value is (74,187,173).

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

The process color (four color CMYK) of #4abbad color hex is 0.60, 0.00, 0.07, 0.27. Web safe color of #4abbad is #33cc99. Color #4abbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111011 10101101
Octal 112 273 255
Decimal 74 187 173
Hex 4A BB AD

RGB Percentages of Color #4abbad

%17.05
%43.09
%39.86

CMYK Percentages of Color #4abbad

%60
%0
%7
%27

Triadic Colors of #4abbad

#4abbad #ad4abb #bbad4a

Analogous Colors of #4abbad

#4abbad #4a91bb #4abb75

Monochromatic Colors of #4abbad

#4abbad

Complementary Color

#4abbad #bb4a58

#4abbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abbad Color CSS Codes

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

#4abbad Text Font Color

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

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


#4abbad Background Color

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

This div background color is #4abbad


#4abbad Border Color

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

This div border color is #4abbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abbad


Comments

No comments written yet.

Please login to write comment.