Color Hex Logo

#7adbbd Color Hex

#7ADBBD
(122,219,189)
0 Favorites   0 Comments

Color spaces of #7adbbd

RGB 122219189
HSL0.450.570.67
HSV161°44°86°
CMYK 0.440.000.14   0.14
XYZ42.542958.474757.1886
Yxy58.47470.26890.3696
Hunter Lab76.4688-34.51309.1870
CIE-Lab81.0020-35.64015.8784

#7adbbd color RGB value is (122,219,189).

#7adbbd hex color red value is 122, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7adbbd hue: 0.45 , saturation: 0.57 and the lightness value of 7adbbd is 0.67.

The process color (four color CMYK) of #7adbbd color hex is 0.44, 0.00, 0.14, 0.14. Web safe color of #7adbbd is #66cccc. Color #7adbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011011 10111101
Octal 172 333 275
Decimal 122 219 189
Hex 7A DB BD

RGB Percentages of Color #7adbbd

%23.02
%41.32
%35.66

CMYK Percentages of Color #7adbbd

%44
%0
%14
%14

Triadic Colors of #7adbbd

#7adbbd #bd7adb #dbbd7a

Analogous Colors of #7adbbd

#7adbbd #7ac9db #7adb8d

Monochromatic Colors of #7adbbd

#7adbbd

Complementary Color

#7adbbd #db7a98

#7adbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adbbd Color CSS Codes

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

#7adbbd Text Font Color

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

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


#7adbbd Background Color

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

This div background color is #7adbbd


#7adbbd Border Color

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

This div border color is #7adbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adbbd


Comments

No comments written yet.

Please login to write comment.