Color Hex Logo

#7fcbbb Color Hex

#7FCBBB
(127,203,187)
0 Favorites   0 Comments

Color spaces of #7fcbbb

RGB 127203187
HSL0.460.420.65
HSV167°37°80°
CMYK 0.370.000.08   0.20
XYZ39.078050.811854.7617
Yxy50.81180.27020.3513
Hunter Lab71.2824-26.88804.3490
CIE-Lab76.5649-27.19340.5439

#7fcbbb color RGB value is (127,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 10111011
Octal 177 313 273
Decimal 127 203 187
Hex 7F CB BB

RGB Percentages of Color #7fcbbb

%24.56
%39.26
%36.17

CMYK Percentages of Color #7fcbbb

%37
%0
%8
%20

Triadic Colors of #7fcbbb

#7fcbbb #bb7fcb #cbbb7f

Analogous Colors of #7fcbbb

#7fcbbb #7fb5cb #7fcb95

Monochromatic Colors of #7fcbbb

#7fcbbb

Complementary Color

#7fcbbb #cb7f8f

#7fcbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcbbb Color CSS Codes

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

#7fcbbb Text Font Color

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

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


#7fcbbb Background Color

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

This div background color is #7fcbbb


#7fcbbb Border Color

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

This div border color is #7fcbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcbbb


Comments

No comments written yet.

Please login to write comment.