Color Hex Logo

#95c669 Color Hex

#95C669
(149,198,105)
0 Favorites   0 Comments

Color spaces of #95c669

RGB 149198105
HSL0.250.450.59
HSV92°47°78°
CMYK 0.250.000.47   0.22
XYZ35.138347.797620.7385
Yxy47.79760.33890.4610
Hunter Lab69.1358-30.265030.6100
CIE-Lab74.6971-32.082041.3024

#95c669 color RGB value is (149,198,105).

#95c669 hex color red value is 149, green value is 198 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #95c669 hue: 0.25 , saturation: 0.45 and the lightness value of 95c669 is 0.59.

The process color (four color CMYK) of #95c669 color hex is 0.25, 0.00, 0.47, 0.22. Web safe color of #95c669 is #99cc66. Color #95c669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11000110 01101001
Octal 225 306 151
Decimal 149 198 105
Hex 95 C6 69

RGB Percentages of Color #95c669

%32.96
%43.81
%23.23

CMYK Percentages of Color #95c669

%25
%0
%47
%22

Triadic Colors of #95c669

#95c669 #6995c6 #c66995

Analogous Colors of #95c669

#95c669 #69c66c #c4c669

Monochromatic Colors of #95c669

#95c669

Complementary Color

#95c669 #9a69c6

#95c669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95c669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95c669 Color CSS Codes

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

#95c669 Text Font Color

<p style="color:#95c669">Text here</p>

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


#95c669 Background Color

<div style="background-color:#95c669">
Div content here</div>

This div background color is #95c669


#95c669 Border Color

<div style="border:3px solid #95c669">
Div here</div>

This div border color is #95c669


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,198,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95c669; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95c669;
  -webkit-box-shadow: 1px 1px 3px 2px #95c669;
  box-shadow:         1px 1px 3px 2px #95c669; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95c669


Comments

No comments written yet.

Please login to write comment.