Color Hex Logo

#7fecbc Color Hex

#7FECBC
(127,236,188)
0 Favorites   0 Comments

Color spaces of #7fecbc

RGB 127236188
HSL0.430.740.71
HSV154°46°93°
CMYK 0.460.000.20   0.07
XYZ47.824968.133858.2074
Yxy68.13380.27460.3912
Hunter Lab82.5432-41.029115.9704
CIE-Lab86.0733-42.283713.6695

#7fecbc color RGB value is (127,236,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101100 10111100
Octal 177 354 274
Decimal 127 236 188
Hex 7F EC BC

RGB Percentages of Color #7fecbc

%23.05
%42.83
%34.12

CMYK Percentages of Color #7fecbc

%46
%0
%20
%7

Triadic Colors of #7fecbc

#7fecbc #bc7fec #ecbc7f

Analogous Colors of #7fecbc

#7fecbc #7fe6ec #7fec86

Monochromatic Colors of #7fecbc

#7fecbc

Complementary Color

#7fecbc #ec7faf

#7fecbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fecbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fecbc Color CSS Codes

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

#7fecbc Text Font Color

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

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


#7fecbc Background Color

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

This div background color is #7fecbc


#7fecbc Border Color

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

This div border color is #7fecbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fecbc


Comments

No comments written yet.

Please login to write comment.