Color Hex Logo

#7eabbb Color Hex

#7EABBB
(126,171,187)
0 Favorites   0 Comments

Color spaces of #7eabbb

RGB 126171187
HSL0.540.310.61
HSV196°33°73°
CMYK 0.330.090.00   0.27
XYZ32.136737.149352.4905
Yxy37.14930.26390.3051
Hunter Lab60.9502-12.5467-8.3956
CIE-Lab67.3889-11.1048-13.0468

#7eabbb color RGB value is (126,171,187).

#7eabbb hex color red value is 126, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7eabbb hue: 0.54 , saturation: 0.31 and the lightness value of 7eabbb is 0.61.

The process color (four color CMYK) of #7eabbb color hex is 0.33, 0.09, 0.00, 0.27. Web safe color of #7eabbb is #6699cc. Color #7eabbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 10111011
Octal 176 253 273
Decimal 126 171 187
Hex 7E AB BB

RGB Percentages of Color #7eabbb

%26.03
%35.33
%38.64

CMYK Percentages of Color #7eabbb

%33
%9
%0
%27

Triadic Colors of #7eabbb

#7eabbb #bb7eab #abbb7e

Analogous Colors of #7eabbb

#7eabbb #7e8dbb #7ebbad

Monochromatic Colors of #7eabbb

#7eabbb

Complementary Color

#7eabbb #bb8e7e

#7eabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eabbb Color CSS Codes

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

#7eabbb Text Font Color

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

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


#7eabbb Background Color

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

This div background color is #7eabbb


#7eabbb Border Color

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

This div border color is #7eabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eabbb


Comments

No comments written yet.

Please login to write comment.