Color Hex Logo

#7eadbf Color Hex

#7EADBF
(126,173,191)
0 Favorites   0 Comments

Color spaces of #7eadbf

RGB 126173191
HSL0.550.340.62
HSV197°34°75°
CMYK 0.340.090.00   0.25
XYZ32.951738.084354.9045
Yxy38.08430.26160.3024
Hunter Lab61.7125-12.6858-9.5505
CIE-Lab68.0827-11.1753-14.2187

#7eadbf color RGB value is (126,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 10111111
Octal 176 255 277
Decimal 126 173 191
Hex 7E AD BF

RGB Percentages of Color #7eadbf

%25.71
%35.31
%38.98

CMYK Percentages of Color #7eadbf

%34
%9
%0
%25

Triadic Colors of #7eadbf

#7eadbf #bf7ead #adbf7e

Analogous Colors of #7eadbf

#7eadbf #7e8dbf #7ebfb1

Monochromatic Colors of #7eadbf

#7eadbf

Complementary Color

#7eadbf #bf907e

#7eadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eadbf Color CSS Codes

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

#7eadbf Text Font Color

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

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


#7eadbf Background Color

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

This div background color is #7eadbf


#7eadbf Border Color

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

This div border color is #7eadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eadbf


Comments

No comments written yet.

Please login to write comment.