Color Hex Logo

#7fcfad Color Hex

#7FCFAD
(127,207,173)
0 Favorites   0 Comments

Color spaces of #7fcfad

RGB 127207173
HSL0.430.450.65
HSV155°39°81°
CMYK 0.390.000.16   0.19
XYZ38.608052.154847.5672
Yxy52.15480.27910.3770
Hunter Lab72.2183-30.955611.5009
CIE-Lab77.3733-32.17469.2325

#7fcfad color RGB value is (127,207,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001111 10101101
Octal 177 317 255
Decimal 127 207 173
Hex 7F CF AD

RGB Percentages of Color #7fcfad

%25.05
%40.83
%34.12

CMYK Percentages of Color #7fcfad

%39
%0
%16
%19

Triadic Colors of #7fcfad

#7fcfad #ad7fcf #cfad7f

Analogous Colors of #7fcfad

#7fcfad #7fc9cf #7fcf85

Monochromatic Colors of #7fcfad

#7fcfad

Complementary Color

#7fcfad #cf7fa1

#7fcfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcfad Color CSS Codes

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

#7fcfad Text Font Color

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

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


#7fcfad Background Color

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

This div background color is #7fcfad


#7fcfad Border Color

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

This div border color is #7fcfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcfad


Comments

No comments written yet.

Please login to write comment.