Color Hex Logo

#7abaee Color Hex

#7ABAEE
(122,186,238)
0 Favorites   0 Comments

Color spaces of #7abaee

RGB 122186238
HSL0.570.770.71
HSV207°49°93°
CMYK 0.490.220.00   0.07
XYZ41.017645.428487.4956
Yxy45.42840.23580.2612
Hunter Lab67.4006-9.3223-29.7865
CIE-Lab73.1731-6.5215-32.1930

#7abaee color RGB value is (122,186,238).

#7abaee hex color red value is 122, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7abaee hue: 0.57 , saturation: 0.77 and the lightness value of 7abaee is 0.71.

The process color (four color CMYK) of #7abaee color hex is 0.49, 0.22, 0.00, 0.07. Web safe color of #7abaee is #66ccff. Color #7abaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 11101110
Octal 172 272 356
Decimal 122 186 238
Hex 7A BA EE

RGB Percentages of Color #7abaee

%22.34
%34.07
%43.59

CMYK Percentages of Color #7abaee

%49
%22
%0
%7

Triadic Colors of #7abaee

#7abaee #ee7aba #baee7a

Analogous Colors of #7abaee

#7abaee #7a80ee #7aeee8

Monochromatic Colors of #7abaee

#7abaee

Complementary Color

#7abaee #eeae7a

#7abaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abaee Color CSS Codes

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

#7abaee Text Font Color

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

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


#7abaee Background Color

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

This div background color is #7abaee


#7abaee Border Color

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

This div border color is #7abaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abaee


Comments

No comments written yet.

Please login to write comment.