Color Hex Logo

#7fcaab Color Hex

#7FCAAB
(127,202,171)
0 Favorites   0 Comments

Color spaces of #7fcaab

RGB 127202171
HSL0.430.410.65
HSV155°37°79°
CMYK 0.370.000.15   0.21
XYZ37.223649.693446.1580
Yxy49.69340.27970.3734
Hunter Lab70.4935-29.108110.5234
CIE-Lab75.8807-30.22098.1726

#7fcaab color RGB value is (127,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001010 10101011
Octal 177 312 253
Decimal 127 202 171
Hex 7F CA AB

RGB Percentages of Color #7fcaab

%25.40
%40.40
%34.20

CMYK Percentages of Color #7fcaab

%37
%0
%15
%21

Triadic Colors of #7fcaab

#7fcaab #ab7fca #caab7f

Analogous Colors of #7fcaab

#7fcaab #7fc4ca #7fca86

Monochromatic Colors of #7fcaab

#7fcaab

Complementary Color

#7fcaab #ca7f9e

#7fcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcaab Color CSS Codes

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

#7fcaab Text Font Color

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

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


#7fcaab Background Color

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

This div background color is #7fcaab


#7fcaab Border Color

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

This div border color is #7fcaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcaab


Comments

No comments written yet.

Please login to write comment.