Color Hex Logo

#7eefeb Color Hex

#7EEFEB
(126,239,235)
0 Favorites   0 Comments

Color spaces of #7eefeb

RGB 126239235
HSL0.490.780.72
HSV178°47°94°
CMYK 0.470.000.02   0.06
XYZ54.466172.166889.6562
Yxy72.16680.25180.3337
Hunter Lab84.9510-34.2196-3.1081
CIE-Lab88.0488-33.1824-8.0632

#7eefeb color RGB value is (126,239,235).

#7eefeb hex color red value is 126, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7eefeb hue: 0.49 , saturation: 0.78 and the lightness value of 7eefeb is 0.72.

The process color (four color CMYK) of #7eefeb color hex is 0.47, 0.00, 0.02, 0.06. Web safe color of #7eefeb is #66ffff. Color #7eefeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 11101011
Octal 176 357 353
Decimal 126 239 235
Hex 7E EF EB

RGB Percentages of Color #7eefeb

%21.00
%39.83
%39.17

CMYK Percentages of Color #7eefeb

%47
%0
%2
%6

Triadic Colors of #7eefeb

#7eefeb #eb7eef #efeb7e

Analogous Colors of #7eefeb

#7eefeb #7ebbef #7eefb3

Monochromatic Colors of #7eefeb

#7eefeb

Complementary Color

#7eefeb #ef7e82

#7eefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefeb Color CSS Codes

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

#7eefeb Text Font Color

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

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


#7eefeb Background Color

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

This div background color is #7eefeb


#7eefeb Border Color

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

This div border color is #7eefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefeb


Comments

No comments written yet.

Please login to write comment.