Color Hex Logo

#7ac0db Color Hex

#7AC0DB
(122,192,219)
0 Favorites   0 Comments

Color spaces of #7ac0db

RGB 122192219
HSL0.550.570.67
HSV197°44°86°
CMYK 0.440.120.00   0.14
XYZ39.661946.951373.9899
Yxy46.95130.24700.2923
Hunter Lab68.5210-16.5909-16.0574
CIE-Lab74.1586-14.9790-20.3873

#7ac0db color RGB value is (122,192,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11000000 11011011
Octal 172 300 333
Decimal 122 192 219
Hex 7A C0 DB

RGB Percentages of Color #7ac0db

%22.89
%36.02
%41.09

CMYK Percentages of Color #7ac0db

%44
%12
%0
%14

Triadic Colors of #7ac0db

#7ac0db #db7ac0 #c0db7a

Analogous Colors of #7ac0db

#7ac0db #7a90db #7adbc6

Monochromatic Colors of #7ac0db

#7ac0db

Complementary Color

#7ac0db #db957a

#7ac0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac0db Color CSS Codes

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

#7ac0db Text Font Color

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

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


#7ac0db Background Color

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

This div background color is #7ac0db


#7ac0db Border Color

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

This div border color is #7ac0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac0db


Comments

No comments written yet.

Please login to write comment.