Color Hex Logo

#7efbd2 Color Hex

#7EFBD2
(126,251,210)
0 Favorites   0 Comments

Color spaces of #7efbd2

RGB 126251210
HSL0.450.940.74
HSV160°50°98°
CMYK 0.500.000.16   0.02
XYZ54.734278.083173.1595
Yxy78.08310.26570.3791
Hunter Lab88.3646-44.072912.7674
CIE-Lab90.8178-44.43748.9958

#7efbd2 color RGB value is (126,251,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 11010010
Octal 176 373 322
Decimal 126 251 210
Hex 7E FB D2

RGB Percentages of Color #7efbd2

%21.47
%42.76
%35.78

CMYK Percentages of Color #7efbd2

%50
%0
%16
%2

Triadic Colors of #7efbd2

#7efbd2 #d27efb #fbd27e

Analogous Colors of #7efbd2

#7efbd2 #7ee6fb #7efb94

Monochromatic Colors of #7efbd2

#7efbd2

Complementary Color

#7efbd2 #fb7ea7

#7efbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbd2 Color CSS Codes

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

#7efbd2 Text Font Color

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

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


#7efbd2 Background Color

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

This div background color is #7efbd2


#7efbd2 Border Color

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

This div border color is #7efbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbd2

#7efbd2 Color Palettes


Comments

No comments written yet.

Please login to write comment.