Color Hex Logo

#7abad3 Color Hex

#7ABAD3
(122,186,211)
0 Favorites   0 Comments

Color spaces of #7abad3

RGB 122186211
HSL0.550.500.65
HSV197°42°83°
CMYK 0.420.120.00   0.17
XYZ37.342843.958568.1447
Yxy43.95850.24990.2941
Hunter Lab66.3012-15.4906-14.5277
CIE-Lab72.2007-13.9691-19.0050

#7abad3 color RGB value is (122,186,211).

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

The process color (four color CMYK) of #7abad3 color hex is 0.42, 0.12, 0.00, 0.17. Web safe color of #7abad3 is #66cccc. Color #7abad3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 11010011
Octal 172 272 323
Decimal 122 186 211
Hex 7A BA D3

RGB Percentages of Color #7abad3

%23.51
%35.84
%40.66

CMYK Percentages of Color #7abad3

%42
%12
%0
%17

Triadic Colors of #7abad3

#7abad3 #d37aba #bad37a

Analogous Colors of #7abad3

#7abad3 #7a8ed3 #7ad3c0

Monochromatic Colors of #7abad3

#7abad3

Complementary Color

#7abad3 #d3937a

#7abad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abad3 Color CSS Codes

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

#7abad3 Text Font Color

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

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


#7abad3 Background Color

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

This div background color is #7abad3


#7abad3 Border Color

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

This div border color is #7abad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abad3


Comments

No comments written yet.

Please login to write comment.