Color Hex Logo

#7ab5dd Color Hex

#7AB5DD
(122,181,221)
0 Favorites   0 Comments

Color spaces of #7ab5dd

RGB 122181221
HSL0.570.590.67
HSV204°45°87°
CMYK 0.450.180.00   0.13
XYZ37.601142.405874.6100
Yxy42.40580.24320.2743
Hunter Lab65.1197-10.8910-22.3468
CIE-Lab71.1498-8.5967-26.0647

#7ab5dd color RGB value is (122,181,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10110101 11011101
Octal 172 265 335
Decimal 122 181 221
Hex 7A B5 DD

RGB Percentages of Color #7ab5dd

%23.28
%34.54
%42.18

CMYK Percentages of Color #7ab5dd

%45
%18
%0
%13

Triadic Colors of #7ab5dd

#7ab5dd #dd7ab5 #b5dd7a

Analogous Colors of #7ab5dd

#7ab5dd #7a84dd #7addd4

Monochromatic Colors of #7ab5dd

#7ab5dd

Complementary Color

#7ab5dd #dda27a

#7ab5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab5dd Color CSS Codes

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

#7ab5dd Text Font Color

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

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


#7ab5dd Background Color

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

This div background color is #7ab5dd


#7ab5dd Border Color

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

This div border color is #7ab5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab5dd


Comments

No comments written yet.

Please login to write comment.