Color Hex Logo

#7fcbcb Color Hex

#7FCBCB
(127,203,203)
0 Favorites   0 Comments

Color spaces of #7fcbcb

RGB 127203203
HSL0.500.420.65
HSV180°37°80°
CMYK 0.370.000.00   0.20
XYZ40.887851.535764.2923
Yxy51.53570.26090.3288
Hunter Lab71.7884-23.9631-2.8471
CIE-Lab77.0024-23.4261-7.4399

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 11001011
Octal 177 313 313
Decimal 127 203 203
Hex 7F CB CB

RGB Percentages of Color #7fcbcb

%23.83
%38.09
%38.09

CMYK Percentages of Color #7fcbcb

%37
%0
%0
%20

Triadic Colors of #7fcbcb

#7fcbcb #cb7fcb #cbcb7f

Analogous Colors of #7fcbcb

#7fcbcb #7fa5cb #7fcba5

Monochromatic Colors of #7fcbcb

#7fcbcb

Complementary Color

#7fcbcb #cb7f7f

#7fcbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcbcb Color CSS Codes

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

#7fcbcb Text Font Color

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

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


#7fcbcb Background Color

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

This div background color is #7fcbcb


#7fcbcb Border Color

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

This div border color is #7fcbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcbcb


Comments

No comments written yet.

Please login to write comment.