Color Hex Logo

#7abcab Color Hex

#7ABCAB
(122,188,171)
0 Favorites   0 Comments

Color spaces of #7abcab

RGB 122188171
HSL0.460.330.61
HSV165°35°74°
CMYK 0.350.000.09   0.26
XYZ33.359943.044345.0782
Yxy43.04430.27460.3543
Hunter Lab65.6082-24.05205.1886
CIE-Lab71.5850-24.82711.9472

#7abcab color RGB value is (122,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 10101011
Octal 172 274 253
Decimal 122 188 171
Hex 7A BC AB

RGB Percentages of Color #7abcab

%25.36
%39.09
%35.55

CMYK Percentages of Color #7abcab

%35
%0
%9
%26

Triadic Colors of #7abcab

#7abcab #ab7abc #bcab7a

Analogous Colors of #7abcab

#7abcab #7aacbc #7abc8a

Monochromatic Colors of #7abcab

#7abcab

Complementary Color

#7abcab #bc7a8b

#7abcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abcab Color CSS Codes

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

#7abcab Text Font Color

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

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


#7abcab Background Color

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

This div background color is #7abcab


#7abcab Border Color

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

This div border color is #7abcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abcab


Comments

No comments written yet.

Please login to write comment.