Color Hex Logo

#7eadbe Color Hex

#7EADBE
(126,173,190)
0 Favorites   0 Comments

Color spaces of #7eadbe

RGB 126173190
HSL0.540.330.62
HSV196°34°75°
CMYK 0.340.090.00   0.25
XYZ32.842038.040554.3268
Yxy38.04050.26230.3038
Hunter Lab61.6770-12.8863-9.0504
CIE-Lab68.0505-11.4265-13.7140

#7eadbe color RGB value is (126,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 10111110
Octal 176 255 276
Decimal 126 173 190
Hex 7E AD BE

RGB Percentages of Color #7eadbe

%25.77
%35.38
%38.85

CMYK Percentages of Color #7eadbe

%34
%9
%0
%25

Triadic Colors of #7eadbe

#7eadbe #be7ead #adbe7e

Analogous Colors of #7eadbe

#7eadbe #7e8dbe #7ebeaf

Monochromatic Colors of #7eadbe

#7eadbe

Complementary Color

#7eadbe #be8f7e

#7eadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eadbe Color CSS Codes

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

#7eadbe Text Font Color

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

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


#7eadbe Background Color

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

This div background color is #7eadbe


#7eadbe Border Color

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

This div border color is #7eadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eadbe


Comments

No comments written yet.

Please login to write comment.