Color Hex Logo

#7fefcd Color Hex

#7FEFCD
(127,239,205)
0 Favorites   0 Comments

Color spaces of #7fefcd

RGB 127239205
HSL0.450.780.72
HSV162°47°94°
CMYK 0.470.000.14   0.06
XYZ50.638370.652868.7260
Yxy70.65280.26650.3718
Hunter Lab84.0552-39.560910.3614
CIE-Lab87.3160-39.99026.5707

#7fefcd color RGB value is (127,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11001101
Octal 177 357 315
Decimal 127 239 205
Hex 7F EF CD

RGB Percentages of Color #7fefcd

%22.24
%41.86
%35.90

CMYK Percentages of Color #7fefcd

%47
%0
%14
%6

Triadic Colors of #7fefcd

#7fefcd #cd7fef #efcd7f

Analogous Colors of #7fefcd

#7fefcd #7fd9ef #7fef95

Monochromatic Colors of #7fefcd

#7fefcd

Complementary Color

#7fefcd #ef7fa1

#7fefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefcd Color CSS Codes

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

#7fefcd Text Font Color

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

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


#7fefcd Background Color

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

This div background color is #7fefcd


#7fefcd Border Color

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

This div border color is #7fefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefcd


Comments

No comments written yet.

Please login to write comment.