Color Hex Logo

#7fedb3 Color Hex

#7FEDB3
(127,237,179)
0 Favorites   0 Comments

Color spaces of #7fedb3

RGB 127237179
HSL0.410.750.71
HSV148°46°93°
CMYK 0.460.000.24   0.07
XYZ47.173368.335153.3515
Yxy68.33510.27940.4047
Hunter Lab82.6650-42.801719.6001
CIE-Lab86.1737-44.531018.4881

#7fedb3 color RGB value is (127,237,179).

#7fedb3 hex color red value is 127, green value is 237 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #7fedb3 hue: 0.41 , saturation: 0.75 and the lightness value of 7fedb3 is 0.71.

The process color (four color CMYK) of #7fedb3 color hex is 0.46, 0.00, 0.24, 0.07. Web safe color of #7fedb3 is #66ffcc. Color #7fedb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 10110011
Octal 177 355 263
Decimal 127 237 179
Hex 7F ED B3

RGB Percentages of Color #7fedb3

%23.39
%43.65
%32.97

CMYK Percentages of Color #7fedb3

%46
%0
%24
%7

Triadic Colors of #7fedb3

#7fedb3 #b37fed #edb37f

Analogous Colors of #7fedb3

#7fedb3 #7fedea #82ed7f

Monochromatic Colors of #7fedb3

#7fedb3

Complementary Color

#7fedb3 #ed7fb9

#7fedb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fedb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fedb3 Color CSS Codes

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

#7fedb3 Text Font Color

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

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


#7fedb3 Background Color

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

This div background color is #7fedb3


#7fedb3 Border Color

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

This div border color is #7fedb3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,237,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fedb3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fedb3;
  -webkit-box-shadow: 1px 1px 3px 2px #7fedb3;
  box-shadow:         1px 1px 3px 2px #7fedb3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,237,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fedb3


Comments

No comments written yet.

Please login to write comment.