Color Hex Logo

#7ef185 Color Hex

#7EF185
(126,241,133)
0 Favorites   0 Comments

Color spaces of #7ef185

RGB 126241133
HSL0.340.800.72
HSV124°48°95°
CMYK 0.480.000.45   0.05
XYZ44.293169.039733.1818
Yxy69.03970.30230.4712
Hunter Lab83.0901-50.254234.4858
CIE-Lab86.5237-54.266042.1759

#7ef185 color RGB value is (126,241,133).

#7ef185 hex color red value is 126, green value is 241 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #7ef185 hue: 0.34 , saturation: 0.80 and the lightness value of 7ef185 is 0.72.

The process color (four color CMYK) of #7ef185 color hex is 0.48, 0.00, 0.45, 0.05. Web safe color of #7ef185 is #66ff99. Color #7ef185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110001 10000101
Octal 176 361 205
Decimal 126 241 133
Hex 7E F1 85

RGB Percentages of Color #7ef185

%25.20
%48.20
%26.60

CMYK Percentages of Color #7ef185

%48
%0
%45
%5

Triadic Colors of #7ef185

#7ef185 #857ef1 #f1857e

Analogous Colors of #7ef185

#7ef185 #7ef1bf #b1f17e

Monochromatic Colors of #7ef185

#7ef185

Complementary Color

#7ef185 #f17eea

#7ef185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef185 Color CSS Codes

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

#7ef185 Text Font Color

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

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


#7ef185 Background Color

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

This div background color is #7ef185


#7ef185 Border Color

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

This div border color is #7ef185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef185


Comments

No comments written yet.

Please login to write comment.