Color Hex Logo

#7abcb6 Color Hex

#7ABCB6
(122,188,182)
0 Favorites   0 Comments

Color spaces of #7abcb6

RGB 122188182
HSL0.480.330.61
HSV175°35°74°
CMYK 0.350.000.03   0.26
XYZ34.452843.481450.8329
Yxy43.48140.26760.3377
Hunter Lab65.9404-22.13240.4522
CIE-Lab71.8805-22.2904-3.6342

#7abcb6 color RGB value is (122,188,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 10110110
Octal 172 274 266
Decimal 122 188 182
Hex 7A BC B6

RGB Percentages of Color #7abcb6

%24.80
%38.21
%36.99

CMYK Percentages of Color #7abcb6

%35
%0
%3
%26

Triadic Colors of #7abcb6

#7abcb6 #b67abc #bcb67a

Analogous Colors of #7abcb6

#7abcb6 #7aa1bc #7abc95

Monochromatic Colors of #7abcb6

#7abcb6

Complementary Color

#7abcb6 #bc7a80

#7abcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abcb6 Color CSS Codes

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

#7abcb6 Text Font Color

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

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


#7abcb6 Background Color

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

This div background color is #7abcb6


#7abcb6 Border Color

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

This div border color is #7abcb6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,188,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abcb6


Comments

No comments written yet.

Please login to write comment.