Color Hex Logo

#61b297 Color Hex

#61B297
(97,178,151)
0 Favorites   0 Comments

Color spaces of #61b297

RGB 97178151
HSL0.440.340.54
HSV160°46°70°
CMYK 0.460.000.15   0.30
XYZ26.436136.616534.9525
Yxy36.61650.26970.3736
Hunter Lab60.5116-27.91278.1112
CIE-Lab66.9883-31.32876.1415

#61b297 color RGB value is (97,178,151).

#61b297 hex color red value is 97, green value is 178 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #61b297 hue: 0.44 , saturation: 0.34 and the lightness value of 61b297 is 0.54.

The process color (four color CMYK) of #61b297 color hex is 0.46, 0.00, 0.15, 0.30. Web safe color of #61b297 is #669999. Color #61b297 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10110010 10010111
Octal 141 262 227
Decimal 97 178 151
Hex 61 B2 97

RGB Percentages of Color #61b297

%22.77
%41.78
%35.45

CMYK Percentages of Color #61b297

%46
%0
%15
%30

Triadic Colors of #61b297

#61b297 #9761b2 #b29761

Analogous Colors of #61b297

#61b297 #61a5b2 #61b26f

Monochromatic Colors of #61b297

#61b297

Complementary Color

#61b297 #b2617c

#61b297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61b297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61b297 Color CSS Codes

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

#61b297 Text Font Color

<p style="color:#61b297">Text here</p>

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


#61b297 Background Color

<div style="background-color:#61b297">
Div content here</div>

This div background color is #61b297


#61b297 Border Color

<div style="border:3px solid #61b297">
Div here</div>

This div border color is #61b297


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,178,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61b297; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61b297;
  -webkit-box-shadow: 1px 1px 3px 2px #61b297;
  box-shadow:         1px 1px 3px 2px #61b297; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,178,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61b297


Comments

No comments written yet.

Please login to write comment.