Color Hex Logo

#7abdba Color Hex

#7ABDBA
(122,189,186)
0 Favorites   0 Comments

Color spaces of #7abdba

RGB 122189186
HSL0.490.340.61
HSV177°35°74°
CMYK 0.350.000.02   0.26
XYZ35.086644.077953.1130
Yxy44.07790.26520.3332
Hunter Lab66.3912-21.8504-0.9582
CIE-Lab72.2805-21.8419-5.2304

#7abdba color RGB value is (122,189,186).

#7abdba hex color red value is 122, green value is 189 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7abdba hue: 0.49 , saturation: 0.34 and the lightness value of 7abdba is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 10111010
Octal 172 275 272
Decimal 122 189 186
Hex 7A BD BA

RGB Percentages of Color #7abdba

%24.55
%38.03
%37.42

CMYK Percentages of Color #7abdba

%35
%0
%2
%26

Triadic Colors of #7abdba

#7abdba #ba7abd #bdba7a

Analogous Colors of #7abdba

#7abdba #7a9fbd #7abd99

Monochromatic Colors of #7abdba

#7abdba

Complementary Color

#7abdba #bd7a7d

#7abdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abdba Color CSS Codes

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

#7abdba Text Font Color

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

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


#7abdba Background Color

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

This div background color is #7abdba


#7abdba Border Color

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

This div border color is #7abdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abdba


Comments

No comments written yet.

Please login to write comment.