Color Hex Logo

#7abbad Color Hex

#7ABBAD
(122,187,173)
0 Favorites   0 Comments

Color spaces of #7abbad

RGB 122187173
HSL0.460.320.61
HSV167°35°73°
CMYK 0.350.000.07   0.27
XYZ33.339242.695446.0190
Yxy42.69540.27320.3498
Hunter Lab65.3417-23.27223.9823
CIE-Lab71.3477-23.87730.5082

#7abbad color RGB value is (122,187,173).

#7abbad hex color red value is 122, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7abbad hue: 0.46 , saturation: 0.32 and the lightness value of 7abbad is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111011 10101101
Octal 172 273 255
Decimal 122 187 173
Hex 7A BB AD

RGB Percentages of Color #7abbad

%25.31
%38.80
%35.89

CMYK Percentages of Color #7abbad

%35
%0
%7
%27

Triadic Colors of #7abbad

#7abbad #ad7abb #bbad7a

Analogous Colors of #7abbad

#7abbad #7aa9bb #7abb8d

Monochromatic Colors of #7abbad

#7abbad

Complementary Color

#7abbad #bb7a88

#7abbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abbad Color CSS Codes

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

#7abbad Text Font Color

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

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


#7abbad Background Color

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

This div background color is #7abbad


#7abbad Border Color

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

This div border color is #7abbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abbad


Comments

No comments written yet.

Please login to write comment.