Color Hex Logo

#7acadd Color Hex

#7ACADD
(122,202,221)
0 Favorites   0 Comments

Color spaces of #7acadd

RGB 122202221
HSL0.530.590.67
HSV192°45°87°
CMYK 0.450.090.00   0.13
XYZ42.197751.599176.1422
Yxy51.59910.24830.3036
Hunter Lab71.8325-20.8478-12.5644
CIE-Lab77.0405-19.6020-17.1072

#7acadd color RGB value is (122,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001010 11011101
Octal 172 312 335
Decimal 122 202 221
Hex 7A CA DD

RGB Percentages of Color #7acadd

%22.39
%37.06
%40.55

CMYK Percentages of Color #7acadd

%45
%9
%0
%13

Triadic Colors of #7acadd

#7acadd #dd7aca #cadd7a

Analogous Colors of #7acadd

#7acadd #7a99dd #7addbf

Monochromatic Colors of #7acadd

#7acadd

Complementary Color

#7acadd #dd8d7a

#7acadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acadd Color CSS Codes

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

#7acadd Text Font Color

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

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


#7acadd Background Color

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

This div background color is #7acadd


#7acadd Border Color

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

This div border color is #7acadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acadd


Comments

No comments written yet.

Please login to write comment.