Color Hex Logo

#7adddb Color Hex

#7ADDDB
(122,221,219)
0 Favorites   0 Comments

Color spaces of #7adddb

RGB 122221219
HSL0.500.590.67
HSV179°45°87°
CMYK 0.450.000.01   0.13
XYZ46.668760.965076.3255
Yxy60.96500.25370.3314
Hunter Lab78.0801-29.9502-3.3016
CIE-Lab82.3599-29.5087-8.0781

#7adddb color RGB value is (122,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 11011011
Octal 172 335 333
Decimal 122 221 219
Hex 7A DD DB

RGB Percentages of Color #7adddb

%21.71
%39.32
%38.97

CMYK Percentages of Color #7adddb

%45
%0
%1
%13

Triadic Colors of #7adddb

#7adddb #db7add #dddb7a

Analogous Colors of #7adddb

#7adddb #7aaedd #7addaa

Monochromatic Colors of #7adddb

#7adddb

Complementary Color

#7adddb #dd7a7c

#7adddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adddb Color CSS Codes

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

#7adddb Text Font Color

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

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


#7adddb Background Color

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

This div background color is #7adddb


#7adddb Border Color

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

This div border color is #7adddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adddb


Comments

No comments written yet.

Please login to write comment.