Color Hex Logo

#7fceaf Color Hex

#7FCEAF
(127,206,175)
0 Favorites   0 Comments

Color spaces of #7fceaf

RGB 127206175
HSL0.430.450.65
HSV156°38°81°
CMYK 0.380.000.15   0.19
XYZ38.561651.749848.5137
Yxy51.74980.27780.3728
Hunter Lab71.9373-30.206410.3716
CIE-Lab77.1310-31.27867.8147

#7fceaf color RGB value is (127,206,175).

#7fceaf hex color red value is 127, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7fceaf hue: 0.43 , saturation: 0.45 and the lightness value of 7fceaf is 0.65.

The process color (four color CMYK) of #7fceaf color hex is 0.38, 0.00, 0.15, 0.19. Web safe color of #7fceaf is #66cc99. Color #7fceaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 10101111
Octal 177 316 257
Decimal 127 206 175
Hex 7F CE AF

RGB Percentages of Color #7fceaf

%25.00
%40.55
%34.45

CMYK Percentages of Color #7fceaf

%38
%0
%15
%19

Triadic Colors of #7fceaf

#7fceaf #af7fce #ceaf7f

Analogous Colors of #7fceaf

#7fceaf #7fc6ce #7fce88

Monochromatic Colors of #7fceaf

#7fceaf

Complementary Color

#7fceaf #ce7f9e

#7fceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fceaf Color CSS Codes

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

#7fceaf Text Font Color

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

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


#7fceaf Background Color

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

This div background color is #7fceaf


#7fceaf Border Color

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

This div border color is #7fceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fceaf

#7fceaf Color Palettes


Comments

No comments written yet.

Please login to write comment.