Color Hex Logo

#7fecbd Color Hex

#7FECBD
(127,236,189)
0 Favorites   0 Comments

Color spaces of #7fecbd

RGB 127236189
HSL0.430.740.71
HSV154°46°93°
CMYK 0.460.000.20   0.07
XYZ47.933268.177158.7773
Yxy68.17710.27410.3898
Hunter Lab82.5694-40.873715.5928
CIE-Lab86.0949-42.076913.1787

#7fecbd color RGB value is (127,236,189).

#7fecbd hex color red value is 127, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7fecbd hue: 0.43 , saturation: 0.74 and the lightness value of 7fecbd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101100 10111101
Octal 177 354 275
Decimal 127 236 189
Hex 7F EC BD

RGB Percentages of Color #7fecbd

%23.01
%42.75
%34.24

CMYK Percentages of Color #7fecbd

%46
%0
%20
%7

Triadic Colors of #7fecbd

#7fecbd #bd7fec #ecbd7f

Analogous Colors of #7fecbd

#7fecbd #7fe5ec #7fec87

Monochromatic Colors of #7fecbd

#7fecbd

Complementary Color

#7fecbd #ec7fae

#7fecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fecbd Color CSS Codes

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

#7fecbd Text Font Color

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

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


#7fecbd Background Color

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

This div background color is #7fecbd


#7fecbd Border Color

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

This div border color is #7fecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fecbd


Comments

No comments written yet.

Please login to write comment.