Color Hex Logo

#4abcad Color Hex

#4ABCAD
(74,188,173)
0 Favorites   0 Comments

Color spaces of #4abcad

RGB 74188173
HSL0.480.460.51
HSV172°61°74°
CMYK 0.610.000.08   0.26
XYZ28.350140.439445.8465
Yxy40.43940.24730.3528
Hunter Lab63.5920-31.70841.7694
CIE-Lab69.7814-35.6737-2.0047

#4abcad color RGB value is (74,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111100 10101101
Octal 112 274 255
Decimal 74 188 173
Hex 4A BC AD

RGB Percentages of Color #4abcad

%17.01
%43.22
%39.77

CMYK Percentages of Color #4abcad

%61
%0
%8
%26

Triadic Colors of #4abcad

#4abcad #ad4abc #bcad4a

Analogous Colors of #4abcad

#4abcad #4a92bc #4abc74

Monochromatic Colors of #4abcad

#4abcad

Complementary Color

#4abcad #bc4a59

#4abcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abcad Color CSS Codes

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

#4abcad Text Font Color

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

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


#4abcad Background Color

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

This div background color is #4abcad


#4abcad Border Color

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

This div border color is #4abcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abcad


Comments

No comments written yet.

Please login to write comment.