Color Hex Logo

#7fccba Color Hex

#7FCCBA
(127,204,186)
0 Favorites   0 Comments

Color spaces of #7fccba

RGB 127204186
HSL0.460.430.65
HSV166°38°80°
CMYK 0.380.000.09   0.20
XYZ39.208251.242954.2788
Yxy51.24290.27090.3541
Hunter Lab71.5841-27.50395.1522
CIE-Lab76.8259-27.90611.4629

#7fccba color RGB value is (127,204,186).

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

The process color (four color CMYK) of #7fccba color hex is 0.38, 0.00, 0.09, 0.20. Web safe color of #7fccba is #66cccc. Color #7fccba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 10111010
Octal 177 314 272
Decimal 127 204 186
Hex 7F CC BA

RGB Percentages of Color #7fccba

%24.56
%39.46
%35.98

CMYK Percentages of Color #7fccba

%38
%0
%9
%20

Triadic Colors of #7fccba

#7fccba #ba7fcc #ccba7f

Analogous Colors of #7fccba

#7fccba #7fb8cc #7fcc94

Monochromatic Colors of #7fccba

#7fccba

Complementary Color

#7fccba #cc7f91

#7fccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fccba Color CSS Codes

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

#7fccba Text Font Color

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

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


#7fccba Background Color

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

This div background color is #7fccba


#7fccba Border Color

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

This div border color is #7fccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fccba


Comments

No comments written yet.

Please login to write comment.