Color Hex Logo

#7abbdd Color Hex

#7ABBDD
(122,187,221)
0 Favorites   0 Comments

Color spaces of #7abbdd

RGB 122187221
HSL0.560.590.67
HSV201°45°87°
CMYK 0.450.150.00   0.13
XYZ38.847544.898775.0254
Yxy44.89870.24470.2828
Hunter Lab67.0065-13.7747-19.4809
CIE-Lab72.8251-11.8064-23.5028

#7abbdd color RGB value is (122,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111011 11011101
Octal 172 273 335
Decimal 122 187 221
Hex 7A BB DD

RGB Percentages of Color #7abbdd

%23.02
%35.28
%41.70

CMYK Percentages of Color #7abbdd

%45
%15
%0
%13

Triadic Colors of #7abbdd

#7abbdd #dd7abb #bbdd7a

Analogous Colors of #7abbdd

#7abbdd #7a8add #7addce

Monochromatic Colors of #7abbdd

#7abbdd

Complementary Color

#7abbdd #dd9c7a

#7abbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abbdd Color CSS Codes

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

#7abbdd Text Font Color

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

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


#7abbdd Background Color

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

This div background color is #7abbdd


#7abbdd Border Color

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

This div border color is #7abbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abbdd


Comments

No comments written yet.

Please login to write comment.