Color Hex Logo

#7ebebf Color Hex

#7EBEBF
(126,190,191)
0 Favorites   0 Comments

Color spaces of #7ebebf

RGB 126190191
HSL0.500.340.62
HSV181°34°75°
CMYK 0.340.010.00   0.25
XYZ36.421645.024156.0611
Yxy45.02410.26490.3274
Hunter Lab67.1000-20.5359-2.5660
CIE-Lab72.9078-20.0529-7.0096

#7ebebf color RGB value is (126,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 10111111
Octal 176 276 277
Decimal 126 190 191
Hex 7E BE BF

RGB Percentages of Color #7ebebf

%24.85
%37.48
%37.67

CMYK Percentages of Color #7ebebf

%34
%1
%0
%25

Triadic Colors of #7ebebf

#7ebebf #bf7ebe #bebf7e

Analogous Colors of #7ebebf

#7ebebf #7e9ebf #7ebfa0

Monochromatic Colors of #7ebebf

#7ebebf

Complementary Color

#7ebebf #bf7f7e

#7ebebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebebf Color CSS Codes

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

#7ebebf Text Font Color

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

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


#7ebebf Background Color

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

This div background color is #7ebebf


#7ebebf Border Color

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

This div border color is #7ebebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebebf


Comments

No comments written yet.

Please login to write comment.