Color Hex Logo

#7abae3 Color Hex

#7ABAE3
(122,186,227)
0 Favorites   0 Comments

Color spaces of #7abae3

RGB 122186227
HSL0.570.650.68
HSV203°46°89°
CMYK 0.460.180.00   0.11
XYZ39.450144.801479.2413
Yxy44.80140.24130.2740
Hunter Lab66.9338-11.9282-23.3382
CIE-Lab72.7609-9.6208-26.8623

#7abae3 color RGB value is (122,186,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 11100011
Octal 172 272 343
Decimal 122 186 227
Hex 7A BA E3

RGB Percentages of Color #7abae3

%22.80
%34.77
%42.43

CMYK Percentages of Color #7abae3

%46
%18
%0
%11

Triadic Colors of #7abae3

#7abae3 #e37aba #bae37a

Analogous Colors of #7abae3

#7abae3 #7a86e3 #7ae3d8

Monochromatic Colors of #7abae3

#7abae3

Complementary Color

#7abae3 #e3a37a

#7abae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abae3 Color CSS Codes

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

#7abae3 Text Font Color

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

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


#7abae3 Background Color

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

This div background color is #7abae3


#7abae3 Border Color

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

This div border color is #7abae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abae3


Comments

No comments written yet.

Please login to write comment.