Color Hex Logo

#7fcbcf Color Hex

#7FCBCF
(127,203,207)
0 Favorites   0 Comments

Color spaces of #7fcbcf

RGB 127203207
HSL0.510.450.65
HSV183°39°81°
CMYK 0.390.020.00   0.19
XYZ41.370851.728966.8357
Yxy51.72890.25870.3234
Hunter Lab71.9228-23.1897-4.7504
CIE-Lab77.1184-22.4460-9.4238

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

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

The process color (four color CMYK) of #7fcbcf color hex is 0.39, 0.02, 0.00, 0.19. Web safe color of #7fcbcf is #66cccc. Color #7fcbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 11001111
Octal 177 313 317
Decimal 127 203 207
Hex 7F CB CF

RGB Percentages of Color #7fcbcf

%23.65
%37.80
%38.55

CMYK Percentages of Color #7fcbcf

%39
%2
%0
%19

Triadic Colors of #7fcbcf

#7fcbcf #cf7fcb #cbcf7f

Analogous Colors of #7fcbcf

#7fcbcf #7fa3cf #7fcfab

Monochromatic Colors of #7fcbcf

#7fcbcf

Complementary Color

#7fcbcf #cf837f

#7fcbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcbcf Color CSS Codes

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

#7fcbcf Text Font Color

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

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


#7fcbcf Background Color

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

This div background color is #7fcbcf


#7fcbcf Border Color

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

This div border color is #7fcbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcbcf


Comments

No comments written yet.

Please login to write comment.