Color Hex Logo

#7fcbb3 Color Hex

#7FCBB3
(127,203,179)
0 Favorites   0 Comments

Color spaces of #7fcbb3

RGB 127203179
HSL0.450.420.65
HSV161°37°80°
CMYK 0.370.000.12   0.20
XYZ38.245050.478650.3754
Yxy50.47860.27490.3629
Hunter Lab71.0483-28.24877.6954
CIE-Lab76.3621-28.98014.5595

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 10110011
Octal 177 313 263
Decimal 127 203 179
Hex 7F CB B3

RGB Percentages of Color #7fcbb3

%24.95
%39.88
%35.17

CMYK Percentages of Color #7fcbb3

%37
%0
%12
%20

Triadic Colors of #7fcbb3

#7fcbb3 #b37fcb #cbb37f

Analogous Colors of #7fcbb3

#7fcbb3 #7fbdcb #7fcb8d

Monochromatic Colors of #7fcbb3

#7fcbb3

Complementary Color

#7fcbb3 #cb7f97

#7fcbb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcbb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcbb3 Color CSS Codes

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

#7fcbb3 Text Font Color

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

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


#7fcbb3 Background Color

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

This div background color is #7fcbb3


#7fcbb3 Border Color

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

This div border color is #7fcbb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcbb3


Comments

No comments written yet.

Please login to write comment.