Color Hex Logo

#7ee0bf Color Hex

#7EE0BF
(126,224,191)
0 Favorites   0 Comments

Color spaces of #7ee0bf

RGB 126224191
HSL0.440.610.69
HSV160°44°88°
CMYK 0.440.000.15   0.12
XYZ44.663861.508558.8085
Yxy61.50850.27070.3728
Hunter Lab78.4274-35.593410.4407
CIE-Lab82.6514-36.49647.2127

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

#7ee0bf hex color red value is 126, green value is 224 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7ee0bf hue: 0.44 , saturation: 0.61 and the lightness value of 7ee0bf is 0.69.

The process color (four color CMYK) of #7ee0bf color hex is 0.44, 0.00, 0.15, 0.12. Web safe color of #7ee0bf is #66cccc. Color #7ee0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100000 10111111
Octal 176 340 277
Decimal 126 224 191
Hex 7E E0 BF

RGB Percentages of Color #7ee0bf

%23.29
%41.40
%35.30

CMYK Percentages of Color #7ee0bf

%44
%0
%15
%12

Triadic Colors of #7ee0bf

#7ee0bf #bf7ee0 #e0bf7e

Analogous Colors of #7ee0bf

#7ee0bf #7ed0e0 #7ee08e

Monochromatic Colors of #7ee0bf

#7ee0bf

Complementary Color

#7ee0bf #e07e9f

#7ee0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee0bf Color CSS Codes

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

#7ee0bf Text Font Color

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

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


#7ee0bf Background Color

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

This div background color is #7ee0bf


#7ee0bf Border Color

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

This div border color is #7ee0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee0bf


Comments

No comments written yet.

Please login to write comment.