Color Hex Logo

#7aabed Color Hex

#7AABED
(122,171,237)
0 Favorites   0 Comments

Color spaces of #7aabed

RGB 122171237
HSL0.600.760.70
HSV214°49°93°
CMYK 0.490.280.00   0.07
XYZ37.875039.377885.7252
Yxy39.37780.23240.2416
Hunter Lab62.7517-2.0785-37.0699
CIE-Lab69.02411.4551-38.0838

#7aabed color RGB value is (122,171,237).

#7aabed hex color red value is 122, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7aabed hue: 0.60 , saturation: 0.76 and the lightness value of 7aabed is 0.70.

The process color (four color CMYK) of #7aabed color hex is 0.49, 0.28, 0.00, 0.07. Web safe color of #7aabed is #6699ff. Color #7aabed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 11101101
Octal 172 253 355
Decimal 122 171 237
Hex 7A AB ED

RGB Percentages of Color #7aabed

%23.02
%32.26
%44.72

CMYK Percentages of Color #7aabed

%49
%28
%0
%7

Triadic Colors of #7aabed

#7aabed #ed7aab #abed7a

Analogous Colors of #7aabed

#7aabed #837aed #7ae5ed

Monochromatic Colors of #7aabed

#7aabed

Complementary Color

#7aabed #edbc7a

#7aabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabed Color CSS Codes

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

#7aabed Text Font Color

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

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


#7aabed Background Color

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

This div background color is #7aabed


#7aabed Border Color

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

This div border color is #7aabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabed


Comments

No comments written yet.

Please login to write comment.