Color Hex Logo

#7fc9bc Color Hex

#7FC9BC
(127,201,188)
0 Favorites   0 Comments

Color spaces of #7fc9bc

RGB 127201188
HSL0.470.410.64
HSV169°37°79°
CMYK 0.370.000.06   0.21
XYZ38.716149.916255.1712
Yxy49.91620.26920.3471
Hunter Lab70.6514-25.82413.1568
CIE-Lab76.0178-25.9866-0.7948

#7fc9bc color RGB value is (127,201,188).

#7fc9bc hex color red value is 127, green value is 201 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7fc9bc hue: 0.47 , saturation: 0.41 and the lightness value of 7fc9bc is 0.64.

The process color (four color CMYK) of #7fc9bc color hex is 0.37, 0.00, 0.06, 0.21. Web safe color of #7fc9bc is #66cccc. Color #7fc9bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001001 10111100
Octal 177 311 274
Decimal 127 201 188
Hex 7F C9 BC

RGB Percentages of Color #7fc9bc

%24.61
%38.95
%36.43

CMYK Percentages of Color #7fc9bc

%37
%0
%6
%21

Triadic Colors of #7fc9bc

#7fc9bc #bc7fc9 #c9bc7f

Analogous Colors of #7fc9bc

#7fc9bc #7fb1c9 #7fc997

Monochromatic Colors of #7fc9bc

#7fc9bc

Complementary Color

#7fc9bc #c97f8c

#7fc9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc9bc Color CSS Codes

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

#7fc9bc Text Font Color

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

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


#7fc9bc Background Color

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

This div background color is #7fc9bc


#7fc9bc Border Color

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

This div border color is #7fc9bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,201,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 #7fc9bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc9bc


Comments

No comments written yet.

Please login to write comment.