Color Hex Logo

#7adfbb Color Hex

#7ADFBB
(122,223,187)
0 Favorites   0 Comments

Color spaces of #7adfbb

RGB 122223187
HSL0.440.610.68
HSV159°45°87°
CMYK 0.450.000.16   0.13
XYZ43.383460.500856.4050
Yxy60.50080.27070.3774
Hunter Lab77.7823-36.559811.4525
CIE-Lab82.1096-37.91218.5286

#7adfbb color RGB value is (122,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011111 10111011
Octal 172 337 273
Decimal 122 223 187
Hex 7A DF BB

RGB Percentages of Color #7adfbb

%22.93
%41.92
%35.15

CMYK Percentages of Color #7adfbb

%45
%0
%16
%13

Triadic Colors of #7adfbb

#7adfbb #bb7adf #dfbb7a

Analogous Colors of #7adfbb

#7adfbb #7ad1df #7adf89

Monochromatic Colors of #7adfbb

#7adfbb

Complementary Color

#7adfbb #df7a9e

#7adfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adfbb Color CSS Codes

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

#7adfbb Text Font Color

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

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


#7adfbb Background Color

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

This div background color is #7adfbb


#7adfbb Border Color

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

This div border color is #7adfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adfbb

#7adfbb Color Palettes


Comments

No comments written yet.

Please login to write comment.