Color Hex Logo

#7eabbd Color Hex

#7EABBD
(126,171,189)
0 Favorites   0 Comments

Color spaces of #7eabbd

RGB 126171189
HSL0.550.320.62
HSV197°33°74°
CMYK 0.330.100.00   0.26
XYZ32.352437.235653.6261
Yxy37.23560.26260.3022
Hunter Lab61.0210-12.1487-9.3902
CIE-Lab67.4534-10.6053-14.0584

#7eabbd color RGB value is (126,171,189).

#7eabbd hex color red value is 126, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7eabbd hue: 0.55 , saturation: 0.32 and the lightness value of 7eabbd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 10111101
Octal 176 253 275
Decimal 126 171 189
Hex 7E AB BD

RGB Percentages of Color #7eabbd

%25.93
%35.19
%38.89

CMYK Percentages of Color #7eabbd

%33
%10
%0
%26

Triadic Colors of #7eabbd

#7eabbd #bd7eab #abbd7e

Analogous Colors of #7eabbd

#7eabbd #7e8cbd #7ebdb0

Monochromatic Colors of #7eabbd

#7eabbd

Complementary Color

#7eabbd #bd907e

#7eabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eabbd Color CSS Codes

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

#7eabbd Text Font Color

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

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


#7eabbd Background Color

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

This div background color is #7eabbd


#7eabbd Border Color

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

This div border color is #7eabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eabbd


Comments

No comments written yet.

Please login to write comment.