Color Hex Logo

#7acbdd Color Hex

#7ACBDD
(122,203,221)
0 Favorites   0 Comments

Color spaces of #7acbdd

RGB 122203221
HSL0.530.590.67
HSV191°45°87°
CMYK 0.450.080.00   0.13
XYZ42.433152.069976.2206
Yxy52.06990.24850.3050
Hunter Lab72.1595-21.3129-12.1152
CIE-Lab77.3226-20.1101-16.6817

#7acbdd color RGB value is (122,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001011 11011101
Octal 172 313 335
Decimal 122 203 221
Hex 7A CB DD

RGB Percentages of Color #7acbdd

%22.34
%37.18
%40.48

CMYK Percentages of Color #7acbdd

%45
%8
%0
%13

Triadic Colors of #7acbdd

#7acbdd #dd7acb #cbdd7a

Analogous Colors of #7acbdd

#7acbdd #7a9add #7addbe

Monochromatic Colors of #7acbdd

#7acbdd

Complementary Color

#7acbdd #dd8c7a

#7acbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acbdd Color CSS Codes

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

#7acbdd Text Font Color

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

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


#7acbdd Background Color

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

This div background color is #7acbdd


#7acbdd Border Color

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

This div border color is #7acbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acbdd


Comments

No comments written yet.

Please login to write comment.