Color Hex Logo

#7fccbc Color Hex

#7FCCBC
(127,204,188)
0 Favorites   0 Comments

Color spaces of #7fccbc

RGB 127204188
HSL0.470.430.65
HSV168°38°80°
CMYK 0.380.000.08   0.20
XYZ39.422451.328655.4066
Yxy51.32860.26970.3512
Hunter Lab71.6440-27.15664.2983
CIE-Lab76.8776-27.45250.4612

#7fccbc color RGB value is (127,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 10111100
Octal 177 314 274
Decimal 127 204 188
Hex 7F CC BC

RGB Percentages of Color #7fccbc

%24.47
%39.31
%36.22

CMYK Percentages of Color #7fccbc

%38
%0
%8
%20

Triadic Colors of #7fccbc

#7fccbc #bc7fcc #ccbc7f

Analogous Colors of #7fccbc

#7fccbc #7fb6cc #7fcc96

Monochromatic Colors of #7fccbc

#7fccbc

Complementary Color

#7fccbc #cc7f8f

#7fccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fccbc Color CSS Codes

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

#7fccbc Text Font Color

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

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


#7fccbc Background Color

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

This div background color is #7fccbc


#7fccbc Border Color

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

This div border color is #7fccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fccbc


Comments

No comments written yet.

Please login to write comment.