Color Hex Logo

#7fcac1 Color Hex

#7FCAC1
(127,202,193)
0 Favorites   0 Comments

Color spaces of #7fcac1

RGB 127202193
HSL0.480.410.65
HSV173°37°79°
CMYK 0.370.000.04   0.21
XYZ39.498650.603358.1377
Yxy50.60330.26650.3414
Hunter Lab71.1360-25.37501.3389
CIE-Lab76.4381-25.3178-2.8782

#7fcac1 color RGB value is (127,202,193).

#7fcac1 hex color red value is 127, green value is 202 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #7fcac1 hue: 0.48 , saturation: 0.41 and the lightness value of 7fcac1 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001010 11000001
Octal 177 312 301
Decimal 127 202 193
Hex 7F CA C1

RGB Percentages of Color #7fcac1

%24.33
%38.70
%36.97

CMYK Percentages of Color #7fcac1

%37
%0
%4
%21

Triadic Colors of #7fcac1

#7fcac1 #c17fca #cac17f

Analogous Colors of #7fcac1

#7fcac1 #7faeca #7fca9c

Monochromatic Colors of #7fcac1

#7fcac1

Complementary Color

#7fcac1 #ca7f88

#7fcac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcac1 Color CSS Codes

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

#7fcac1 Text Font Color

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

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


#7fcac1 Background Color

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

This div background color is #7fcac1


#7fcac1 Border Color

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

This div border color is #7fcac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcac1


Comments

No comments written yet.

Please login to write comment.