Color Hex Logo

#7ebabe Color Hex

#7EBABE
(126,186,190)
0 Favorites   0 Comments

Color spaces of #7ebabe

RGB 126186190
HSL0.510.330.62
HSV184°34°75°
CMYK 0.340.020.00   0.25
XYZ35.457443.271155.1986
Yxy43.27110.26480.3231
Hunter Lab65.7808-18.9006-3.7055
CIE-Lab71.7386-18.2468-8.1991

#7ebabe color RGB value is (126,186,190).

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

The process color (four color CMYK) of #7ebabe color hex is 0.34, 0.02, 0.00, 0.25. Web safe color of #7ebabe is #66cccc. Color #7ebabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111010 10111110
Octal 176 272 276
Decimal 126 186 190
Hex 7E BA BE

RGB Percentages of Color #7ebabe

%25.10
%37.05
%37.85

CMYK Percentages of Color #7ebabe

%34
%2
%0
%25

Triadic Colors of #7ebabe

#7ebabe #be7eba #babe7e

Analogous Colors of #7ebabe

#7ebabe #7e9abe #7ebea2

Monochromatic Colors of #7ebabe

#7ebabe

Complementary Color

#7ebabe #be827e

#7ebabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebabe Color CSS Codes

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

#7ebabe Text Font Color

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

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


#7ebabe Background Color

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

This div background color is #7ebabe


#7ebabe Border Color

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

This div border color is #7ebabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,186,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 #7ebabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebabe


Comments

No comments written yet.

Please login to write comment.