Color Hex Logo

#7abaea Color Hex

#7ABAEA
(122,186,234)
0 Favorites   0 Comments

Color spaces of #7abaea

RGB 122186234
HSL0.570.730.70
HSV206°48°92°
CMYK 0.480.210.00   0.08
XYZ40.436245.195984.4344
Yxy45.19590.23780.2658
Hunter Lab67.2279-10.2847-27.4053
CIE-Lab73.0207-7.6584-30.2614

#7abaea color RGB value is (122,186,234).

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

The process color (four color CMYK) of #7abaea color hex is 0.48, 0.21, 0.00, 0.08. Web safe color of #7abaea is #66ccff. Color #7abaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 11101010
Octal 172 272 352
Decimal 122 186 234
Hex 7A BA EA

RGB Percentages of Color #7abaea

%22.51
%34.32
%43.17

CMYK Percentages of Color #7abaea

%48
%21
%0
%8

Triadic Colors of #7abaea

#7abaea #ea7aba #baea7a

Analogous Colors of #7abaea

#7abaea #7a82ea #7aeae2

Monochromatic Colors of #7abaea

#7abaea

Complementary Color

#7abaea #eaaa7a

#7abaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abaea Color CSS Codes

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

#7abaea Text Font Color

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

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


#7abaea Background Color

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

This div background color is #7abaea


#7abaea Border Color

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

This div border color is #7abaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abaea


Comments

No comments written yet.

Please login to write comment.