Color Hex Logo

#7eaeba Color Hex

#7EAEBA
(126,174,186)
0 Favorites   0 Comments

Color spaces of #7eaeba

RGB 126174186
HSL0.530.300.61
HSV192°32°73°
CMYK 0.320.060.00   0.27
XYZ32.603238.252952.1196
Yxy38.25290.26510.3111
Hunter Lab61.8489-14.1407-6.6690
CIE-Lab68.2066-12.9520-11.2667

#7eaeba color RGB value is (126,174,186).

#7eaeba hex color red value is 126, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7eaeba hue: 0.53 , saturation: 0.30 and the lightness value of 7eaeba is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101110 10111010
Octal 176 256 272
Decimal 126 174 186
Hex 7E AE BA

RGB Percentages of Color #7eaeba

%25.93
%35.80
%38.27

CMYK Percentages of Color #7eaeba

%32
%6
%0
%27

Triadic Colors of #7eaeba

#7eaeba #ba7eae #aeba7e

Analogous Colors of #7eaeba

#7eaeba #7e90ba #7ebaa8

Monochromatic Colors of #7eaeba

#7eaeba

Complementary Color

#7eaeba #ba8a7e

#7eaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaeba Color CSS Codes

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

#7eaeba Text Font Color

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

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


#7eaeba Background Color

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

This div background color is #7eaeba


#7eaeba Border Color

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

This div border color is #7eaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaeba


Comments

No comments written yet.

Please login to write comment.