Color Hex Logo

#7addcb Color Hex

#7ADDCB
(122,221,203)
0 Favorites   0 Comments

Color spaces of #7addcb

RGB 122221203
HSL0.470.590.67
HSV169°45°87°
CMYK 0.450.000.08   0.13
XYZ44.662060.162365.7585
Yxy60.16230.26180.3527
Hunter Lab77.5644-32.95634.0294
CIE-Lab81.9263-33.3765-0.2162

#7addcb color RGB value is (122,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 11001011
Octal 172 335 313
Decimal 122 221 203
Hex 7A DD CB

RGB Percentages of Color #7addcb

%22.34
%40.48
%37.18

CMYK Percentages of Color #7addcb

%45
%0
%8
%13

Triadic Colors of #7addcb

#7addcb #cb7add #ddcb7a

Analogous Colors of #7addcb

#7addcb #7abedd #7add9a

Monochromatic Colors of #7addcb

#7addcb

Complementary Color

#7addcb #dd7a8c

#7addcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7addcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7addcb Color CSS Codes

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

#7addcb Text Font Color

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

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


#7addcb Background Color

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

This div background color is #7addcb


#7addcb Border Color

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

This div border color is #7addcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7addcb


Comments

No comments written yet.

Please login to write comment.