Color Hex Logo

#7ebfbf Color Hex

#7EBFBF
(126,191,191)
0 Favorites   0 Comments

Color spaces of #7ebfbf

RGB 126191191
HSL0.500.340.62
HSV180°34°75°
CMYK 0.340.000.00   0.25
XYZ36.639045.458856.1336
Yxy45.45880.26510.3289
Hunter Lab67.4231-20.9902-2.1661
CIE-Lab73.1930-20.5611-6.5870

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111111 10111111
Octal 176 277 277
Decimal 126 191 191
Hex 7E BF BF

RGB Percentages of Color #7ebfbf

%24.80
%37.60
%37.60

CMYK Percentages of Color #7ebfbf

%34
%0
%0
%25

Triadic Colors of #7ebfbf

#7ebfbf #bf7ebf #bfbf7e

Analogous Colors of #7ebfbf

#7ebfbf #7e9fbf #7ebf9f

Monochromatic Colors of #7ebfbf

#7ebfbf

Complementary Color

#7ebfbf #bf7e7e

#7ebfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebfbf Color CSS Codes

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

#7ebfbf Text Font Color

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

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


#7ebfbf Background Color

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

This div background color is #7ebfbf


#7ebfbf Border Color

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

This div border color is #7ebfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebfbf


Comments

No comments written yet.

Please login to write comment.