Color Hex Logo

#7ee8bd Color Hex

#7EE8BD
(126,232,189)
0 Favorites   0 Comments

Color spaces of #7ee8bd

RGB 126232189
HSL0.430.700.70
HSV156°46°91°
CMYK 0.460.000.19   0.09
XYZ46.646165.823058.3907
Yxy65.82300.27300.3852
Hunter Lab81.1314-39.352214.1206
CIE-Lab84.9061-40.547111.4867

#7ee8bd color RGB value is (126,232,189).

#7ee8bd hex color red value is 126, green value is 232 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7ee8bd hue: 0.43 , saturation: 0.70 and the lightness value of 7ee8bd is 0.70.

The process color (four color CMYK) of #7ee8bd color hex is 0.46, 0.00, 0.19, 0.09. Web safe color of #7ee8bd is #66ffcc. Color #7ee8bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101000 10111101
Octal 176 350 275
Decimal 126 232 189
Hex 7E E8 BD

RGB Percentages of Color #7ee8bd

%23.03
%42.41
%34.55

CMYK Percentages of Color #7ee8bd

%46
%0
%19
%9

Triadic Colors of #7ee8bd

#7ee8bd #bd7ee8 #e8bd7e

Analogous Colors of #7ee8bd

#7ee8bd #7edee8 #7ee888

Monochromatic Colors of #7ee8bd

#7ee8bd

Complementary Color

#7ee8bd #e87ea9

#7ee8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee8bd Color CSS Codes

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

#7ee8bd Text Font Color

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

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


#7ee8bd Background Color

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

This div background color is #7ee8bd


#7ee8bd Border Color

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

This div border color is #7ee8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee8bd


Comments

No comments written yet.

Please login to write comment.