Color Hex Logo

#7fcccb Color Hex

#7FCCCB
(127,204,203)
0 Favorites   0 Comments

Color spaces of #7fcccb

RGB 127204203
HSL0.500.430.65
HSV179°38°80°
CMYK 0.380.000.00   0.20
XYZ41.124852.009664.3713
Yxy52.00960.26110.3302
Hunter Lab72.1177-24.4171-2.4391
CIE-Lab77.2866-23.9232-7.0186

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 11001011
Octal 177 314 313
Decimal 127 204 203
Hex 7F CC CB

RGB Percentages of Color #7fcccb

%23.78
%38.20
%38.01

CMYK Percentages of Color #7fcccb

%38
%0
%0
%20

Triadic Colors of #7fcccb

#7fcccb #cb7fcc #cccb7f

Analogous Colors of #7fcccb

#7fcccb #7fa7cc #7fcca5

Monochromatic Colors of #7fcccb

#7fcccb

Complementary Color

#7fcccb #cc7f80

#7fcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcccb Color CSS Codes

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

#7fcccb Text Font Color

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

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


#7fcccb Background Color

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

This div background color is #7fcccb


#7fcccb Border Color

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

This div border color is #7fcccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcccb


Comments

No comments written yet.

Please login to write comment.