Color Hex Logo

#7ca895 Color Hex

#7CA895
(124,168,149)
0 Favorites   0 Comments

Color spaces of #7ca895

RGB 124168149
HSL0.430.200.57
HSV154°26°66°
CMYK 0.260.000.11   0.34
XYZ27.739634.460333.6232
Yxy34.46030.28950.3596
Hunter Lab58.7029-18.38137.1326
CIE-Lab65.3263-18.88635.0345

#7ca895 color RGB value is (124,168,149).

#7ca895 hex color red value is 124, green value is 168 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #7ca895 hue: 0.43 , saturation: 0.20 and the lightness value of 7ca895 is 0.57.

The process color (four color CMYK) of #7ca895 color hex is 0.26, 0.00, 0.11, 0.34. Web safe color of #7ca895 is #669999. Color #7ca895 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101000 10010101
Octal 174 250 225
Decimal 124 168 149
Hex 7C A8 95

RGB Percentages of Color #7ca895

%28.12
%38.10
%33.79

CMYK Percentages of Color #7ca895

%26
%0
%11
%34

Triadic Colors of #7ca895

#7ca895 #957ca8 #a8957c

Analogous Colors of #7ca895

#7ca895 #7ca5a8 #7ca87f

Monochromatic Colors of #7ca895

#7ca895

Complementary Color

#7ca895 #a87c8f

#7ca895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca895 Color CSS Codes

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

#7ca895 Text Font Color

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

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


#7ca895 Background Color

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

This div background color is #7ca895


#7ca895 Border Color

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

This div border color is #7ca895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca895


Comments

No comments written yet.

Please login to write comment.