Color Hex Logo

#7fccbd Color Hex

#7FCCBD
(127,204,189)
0 Favorites   0 Comments

Color spaces of #7fccbd

RGB 127204189
HSL0.470.430.65
HSV168°38°80°
CMYK 0.380.000.07   0.20
XYZ39.530651.371955.9764
Yxy51.37190.26910.3498
Hunter Lab71.6742-26.98143.8674
CIE-Lab76.9037-27.2242-0.0393

#7fccbd color RGB value is (127,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 10111101
Octal 177 314 275
Decimal 127 204 189
Hex 7F CC BD

RGB Percentages of Color #7fccbd

%24.42
%39.23
%36.35

CMYK Percentages of Color #7fccbd

%38
%0
%7
%20

Triadic Colors of #7fccbd

#7fccbd #bd7fcc #ccbd7f

Analogous Colors of #7fccbd

#7fccbd #7fb5cc #7fcc97

Monochromatic Colors of #7fccbd

#7fccbd

Complementary Color

#7fccbd #cc7f8e

#7fccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fccbd Color CSS Codes

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

#7fccbd Text Font Color

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

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


#7fccbd Background Color

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

This div background color is #7fccbd


#7fccbd Border Color

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

This div border color is #7fccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fccbd


Comments

No comments written yet.

Please login to write comment.