Color Hex Logo

#7fefb2 Color Hex

#7FEFB2
(127,239,178)
0 Favorites   0 Comments

Color spaces of #7fefb2

RGB 127239178
HSL0.410.780.72
HSV147°47°94°
CMYK 0.470.000.26   0.06
XYZ47.654869.459453.0148
Yxy69.45940.28010.4083
Hunter Lab83.3423-43.783420.6247
CIE-Lab86.7310-45.590819.7813

#7fefb2 color RGB value is (127,239,178).

#7fefb2 hex color red value is 127, green value is 239 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #7fefb2 hue: 0.41 , saturation: 0.78 and the lightness value of 7fefb2 is 0.72.

The process color (four color CMYK) of #7fefb2 color hex is 0.47, 0.00, 0.26, 0.06. Web safe color of #7fefb2 is #66ff99. Color #7fefb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 10110010
Octal 177 357 262
Decimal 127 239 178
Hex 7F EF B2

RGB Percentages of Color #7fefb2

%23.35
%43.93
%32.72

CMYK Percentages of Color #7fefb2

%47
%0
%26
%6

Triadic Colors of #7fefb2

#7fefb2 #b27fef #efb27f

Analogous Colors of #7fefb2

#7fefb2 #7fefea #84ef7f

Monochromatic Colors of #7fefb2

#7fefb2

Complementary Color

#7fefb2 #ef7fbc

#7fefb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefb2 Color CSS Codes

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

#7fefb2 Text Font Color

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

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


#7fefb2 Background Color

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

This div background color is #7fefb2


#7fefb2 Border Color

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

This div border color is #7fefb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefb2


Comments

No comments written yet.

Please login to write comment.