Color Hex Logo

#7adbae Color Hex

#7ADBAE
(122,219,174)
0 Favorites   0 Comments

Color spaces of #7adbae

RGB 122219174
HSL0.420.570.67
HSV152°44°86°
CMYK 0.440.000.21   0.14
XYZ40.997557.856649.0510
Yxy57.85660.27720.3912
Hunter Lab76.0635-36.901415.0102
CIE-Lab80.6590-38.850113.3356

#7adbae color RGB value is (122,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011011 10101110
Octal 172 333 256
Decimal 122 219 174
Hex 7A DB AE

RGB Percentages of Color #7adbae

%23.69
%42.52
%33.79

CMYK Percentages of Color #7adbae

%44
%0
%21
%14

Triadic Colors of #7adbae

#7adbae #ae7adb #dbae7a

Analogous Colors of #7adbae

#7adbae #7ad8db #7adb7e

Monochromatic Colors of #7adbae

#7adbae

Complementary Color

#7adbae #db7aa7

#7adbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adbae Color CSS Codes

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

#7adbae Text Font Color

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

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


#7adbae Background Color

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

This div background color is #7adbae


#7adbae Border Color

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

This div border color is #7adbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adbae


Comments

No comments written yet.

Please login to write comment.