Color Hex Logo

#7adfae Color Hex

#7ADFAE
(122,223,174)
0 Favorites   0 Comments

Color spaces of #7adfae

RGB 122223174
HSL0.420.610.68
HSV151°45°87°
CMYK 0.450.000.22   0.13
XYZ42.053759.968949.4031
Yxy59.96890.27770.3960
Hunter Lab77.4396-38.584616.3833
CIE-Lab81.8213-40.643214.9736

#7adfae color RGB value is (122,223,174).

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

The process color (four color CMYK) of #7adfae color hex is 0.45, 0.00, 0.22, 0.13. Web safe color of #7adfae is #66cc99. Color #7adfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011111 10101110
Octal 172 337 256
Decimal 122 223 174
Hex 7A DF AE

RGB Percentages of Color #7adfae

%23.51
%42.97
%33.53

CMYK Percentages of Color #7adfae

%45
%0
%22
%13

Triadic Colors of #7adfae

#7adfae #ae7adf #dfae7a

Analogous Colors of #7adfae

#7adfae #7adedf #7adf7c

Monochromatic Colors of #7adfae

#7adfae

Complementary Color

#7adfae #df7aab

#7adfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adfae Color CSS Codes

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

#7adfae Text Font Color

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

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


#7adfae Background Color

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

This div background color is #7adfae


#7adfae Border Color

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

This div border color is #7adfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adfae


Comments

No comments written yet.

Please login to write comment.