Color Hex Logo

#7abcad Color Hex

#7ABCAD
(122,188,173)
0 Favorites   0 Comments

Color spaces of #7abcad

RGB 122188173
HSL0.460.330.61
HSV166°35°74°
CMYK 0.350.000.08   0.26
XYZ33.552143.121146.0900
Yxy43.12110.27330.3513
Hunter Lab65.6667-23.71284.3523
CIE-Lab71.6371-24.37540.9299

#7abcad color RGB value is (122,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 10101101
Octal 172 274 255
Decimal 122 188 173
Hex 7A BC AD

RGB Percentages of Color #7abcad

%25.26
%38.92
%35.82

CMYK Percentages of Color #7abcad

%35
%0
%8
%26

Triadic Colors of #7abcad

#7abcad #ad7abc #bcad7a

Analogous Colors of #7abcad

#7abcad #7aaabc #7abc8c

Monochromatic Colors of #7abcad

#7abcad

Complementary Color

#7abcad #bc7a89

#7abcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abcad Color CSS Codes

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

#7abcad Text Font Color

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

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


#7abcad Background Color

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

This div background color is #7abcad


#7abcad Border Color

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

This div border color is #7abcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abcad


Comments

No comments written yet.

Please login to write comment.