Color Hex Logo

#7efbea Color Hex

#7EFBEA
(126,251,234)
0 Favorites   0 Comments

Color spaces of #7efbea

RGB 126251234
HSL0.480.940.74
HSV172°50°98°
CMYK 0.500.000.07   0.02
XYZ57.952679.370590.1075
Yxy79.37050.25480.3490
Hunter Lab89.0901-39.79452.3960
CIE-Lab91.4017-38.9555-2.5965

#7efbea color RGB value is (126,251,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 11101010
Octal 176 373 352
Decimal 126 251 234
Hex 7E FB EA

RGB Percentages of Color #7efbea

%20.62
%41.08
%38.30

CMYK Percentages of Color #7efbea

%50
%0
%7
%2

Triadic Colors of #7efbea

#7efbea #ea7efb #fbea7e

Analogous Colors of #7efbea

#7efbea #7ecefb #7efbac

Monochromatic Colors of #7efbea

#7efbea

Complementary Color

#7efbea #fb7e8f

#7efbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbea Color CSS Codes

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

#7efbea Text Font Color

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

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


#7efbea Background Color

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

This div background color is #7efbea


#7efbea Border Color

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

This div border color is #7efbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbea

Related Colors


Comments

No comments written yet.

Please login to write comment.