Color Hex Logo

#7ca091 Color Hex

#7CA091
(124,160,145)
0 Favorites   0 Comments

Color spaces of #7ca091

RGB 124160145
HSL0.430.160.56
HSV155°23°63°
CMYK 0.230.000.09   0.37
XYZ25.993831.471031.4926
Yxy31.47100.29220.3538
Hunter Lab56.0990-15.46435.9854
CIE-Lab62.9032-15.55103.7747

#7ca091 color RGB value is (124,160,145).

#7ca091 hex color red value is 124, green value is 160 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #7ca091 hue: 0.43 , saturation: 0.16 and the lightness value of 7ca091 is 0.56.

The process color (four color CMYK) of #7ca091 color hex is 0.23, 0.00, 0.09, 0.37. Web safe color of #7ca091 is #669999. Color #7ca091 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100000 10010001
Octal 174 240 221
Decimal 124 160 145
Hex 7C A0 91

RGB Percentages of Color #7ca091

%28.90
%37.30
%33.80

CMYK Percentages of Color #7ca091

%23
%0
%9
%37

Triadic Colors of #7ca091

#7ca091 #917ca0 #a0917c

Analogous Colors of #7ca091

#7ca091 #7c9da0 #7ca07f

Monochromatic Colors of #7ca091

#7ca091

Complementary Color

#7ca091 #a07c8b

#7ca091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca091 Color CSS Codes

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

#7ca091 Text Font Color

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

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


#7ca091 Background Color

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

This div background color is #7ca091


#7ca091 Border Color

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

This div border color is #7ca091


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,160,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ca091; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ca091;
  -webkit-box-shadow: 1px 1px 3px 2px #7ca091;
  box-shadow:         1px 1px 3px 2px #7ca091; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,160,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca091


Comments

No comments written yet.

Please login to write comment.