Color Hex Logo

#7addbf Color Hex

#7ADDBF
(122,221,191)
0 Favorites   0 Comments

Color spaces of #7addbf

RGB 122221191
HSL0.450.590.67
HSV162°45°87°
CMYK 0.450.000.14   0.13
XYZ43.286559.612158.5151
Yxy59.61210.26820.3693
Hunter Lab77.2089-35.04109.1115
CIE-Lab81.6269-36.11815.7177

#7addbf color RGB value is (122,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 10111111
Octal 172 335 277
Decimal 122 221 191
Hex 7A DD BF

RGB Percentages of Color #7addbf

%22.85
%41.39
%35.77

CMYK Percentages of Color #7addbf

%45
%0
%14
%13

Triadic Colors of #7addbf

#7addbf #bf7add #ddbf7a

Analogous Colors of #7addbf

#7addbf #7acadd #7add8e

Monochromatic Colors of #7addbf

#7addbf

Complementary Color

#7addbf #dd7a98

#7addbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7addbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7addbf Color CSS Codes

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

#7addbf Text Font Color

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

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


#7addbf Background Color

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

This div background color is #7addbf


#7addbf Border Color

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

This div border color is #7addbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7addbf


Comments

No comments written yet.

Please login to write comment.