Color Hex Logo

#7eabb7 Color Hex

#7EABB7
(126,171,183)
0 Favorites   0 Comments

Color spaces of #7eabb7

RGB 126171183
HSL0.540.280.61
HSV193°31°72°
CMYK 0.310.070.00   0.28
XYZ31.714336.980350.2661
Yxy36.98030.26660.3109
Hunter Lab60.8114-13.3289-6.4405
CIE-Lab67.2622-12.0918-11.0179

#7eabb7 color RGB value is (126,171,183).

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

The process color (four color CMYK) of #7eabb7 color hex is 0.31, 0.07, 0.00, 0.28. Web safe color of #7eabb7 is #6699cc. Color #7eabb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 10110111
Octal 176 253 267
Decimal 126 171 183
Hex 7E AB B7

RGB Percentages of Color #7eabb7

%26.25
%35.63
%38.13

CMYK Percentages of Color #7eabb7

%31
%7
%0
%28

Triadic Colors of #7eabb7

#7eabb7 #b77eab #abb77e

Analogous Colors of #7eabb7

#7eabb7 #7e8fb7 #7eb7a7

Monochromatic Colors of #7eabb7

#7eabb7

Complementary Color

#7eabb7 #b78a7e

#7eabb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eabb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eabb7 Color CSS Codes

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

#7eabb7 Text Font Color

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

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


#7eabb7 Background Color

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

This div background color is #7eabb7


#7eabb7 Border Color

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

This div border color is #7eabb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eabb7


Comments

No comments written yet.

Please login to write comment.