Color Hex Logo

#7ac2db Color Hex

#7AC2DB
(122,194,219)
0 Favorites   0 Comments

Color spaces of #7ac2db

RGB 122194219
HSL0.540.570.67
HSV195°44°86°
CMYK 0.440.110.00   0.14
XYZ40.104047.835674.1373
Yxy47.83560.24740.2951
Hunter Lab69.1633-17.5334-15.1397
CIE-Lab74.7211-16.0205-19.5341

#7ac2db color RGB value is (122,194,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11000010 11011011
Octal 172 302 333
Decimal 122 194 219
Hex 7A C2 DB

RGB Percentages of Color #7ac2db

%22.80
%36.26
%40.93

CMYK Percentages of Color #7ac2db

%44
%11
%0
%14

Triadic Colors of #7ac2db

#7ac2db #db7ac2 #c2db7a

Analogous Colors of #7ac2db

#7ac2db #7a92db #7adbc4

Monochromatic Colors of #7ac2db

#7ac2db

Complementary Color

#7ac2db #db937a

#7ac2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac2db Color CSS Codes

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

#7ac2db Text Font Color

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

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


#7ac2db Background Color

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

This div background color is #7ac2db


#7ac2db Border Color

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

This div border color is #7ac2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac2db


Comments

No comments written yet.

Please login to write comment.