Color Hex Logo

#7ad0db Color Hex

#7AD0DB
(122,208,219)
0 Favorites   0 Comments

Color spaces of #7ad0db

RGB 122208219
HSL0.520.570.67
HSV187°44°86°
CMYK 0.440.050.00   0.14
XYZ43.368154.363875.2254
Yxy54.36380.25070.3143
Hunter Lab73.7318-24.0393-8.8788
CIE-Lab78.6734-23.1459-13.5765

#7ad0db color RGB value is (122,208,219).

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

The process color (four color CMYK) of #7ad0db color hex is 0.44, 0.05, 0.00, 0.14. Web safe color of #7ad0db is #66cccc. Color #7ad0db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010000 11011011
Octal 172 320 333
Decimal 122 208 219
Hex 7A D0 DB

RGB Percentages of Color #7ad0db

%22.22
%37.89
%39.89

CMYK Percentages of Color #7ad0db

%44
%5
%0
%14

Triadic Colors of #7ad0db

#7ad0db #db7ad0 #d0db7a

Analogous Colors of #7ad0db

#7ad0db #7aa0db #7adbb6

Monochromatic Colors of #7ad0db

#7ad0db

Complementary Color

#7ad0db #db857a

#7ad0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad0db Color CSS Codes

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

#7ad0db Text Font Color

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

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


#7ad0db Background Color

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

This div background color is #7ad0db


#7ad0db Border Color

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

This div border color is #7ad0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad0db


Comments

No comments written yet.

Please login to write comment.