Color Hex Logo

#7efbee Color Hex

#7EFBEE
(126,251,238)
0 Favorites   0 Comments

Color spaces of #7efbee

RGB 126251238
HSL0.480.940.74
HSV174°50°98°
CMYK 0.500.000.05   0.02
XYZ58.534079.603093.1688
Yxy79.60300.25310.3441
Hunter Lab89.2205-39.02920.5406
CIE-Lab91.5064-37.9939-4.5186

#7efbee color RGB value is (126,251,238).

#7efbee hex color red value is 126, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7efbee hue: 0.48 , saturation: 0.94 and the lightness value of 7efbee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 11101110
Octal 176 373 356
Decimal 126 251 238
Hex 7E FB EE

RGB Percentages of Color #7efbee

%20.49
%40.81
%38.70

CMYK Percentages of Color #7efbee

%50
%0
%5
%2

Triadic Colors of #7efbee

#7efbee #ee7efb #fbee7e

Analogous Colors of #7efbee

#7efbee #7ecafb #7efbb0

Monochromatic Colors of #7efbee

#7efbee

Complementary Color

#7efbee #fb7e8b

#7efbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbee Color CSS Codes

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

#7efbee Text Font Color

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

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


#7efbee Background Color

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

This div background color is #7efbee


#7efbee Border Color

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

This div border color is #7efbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbee

Related Colors


Comments

No comments written yet.

Please login to write comment.