Color Hex Logo

#7adeba Color Hex

#7ADEBA
(122,222,186)
0 Favorites   0 Comments

Color spaces of #7adeba

RGB 122222186
HSL0.440.600.67
HSV158°45°87°
CMYK 0.450.000.16   0.13
XYZ43.010259.925355.7542
Yxy59.92530.27100.3776
Hunter Lab77.4114-36.294511.4854
CIE-Lab81.7976-37.67408.6107

#7adeba color RGB value is (122,222,186).

#7adeba hex color red value is 122, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7adeba hue: 0.44 , saturation: 0.60 and the lightness value of 7adeba is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011110 10111010
Octal 172 336 272
Decimal 122 222 186
Hex 7A DE BA

RGB Percentages of Color #7adeba

%23.02
%41.89
%35.09

CMYK Percentages of Color #7adeba

%45
%0
%16
%13

Triadic Colors of #7adeba

#7adeba #ba7ade #deba7a

Analogous Colors of #7adeba

#7adeba #7ad0de #7ade88

Monochromatic Colors of #7adeba

#7adeba

Complementary Color

#7adeba #de7a9e

#7adeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adeba Color CSS Codes

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

#7adeba Text Font Color

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

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


#7adeba Background Color

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

This div background color is #7adeba


#7adeba Border Color

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

This div border color is #7adeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adeba


Comments

No comments written yet.

Please login to write comment.