Color Hex Logo

#c5f4ac Color Hex

#C5F4AC
(197,244,172)
0 Favorites   0 Comments

Color spaces of #c5f4ac

RGB 197244172
HSL0.280.770.82
HSV99°30°96°
CMYK 0.190.000.30   0.04
XYZ62.823079.550251.0733
Yxy79.55020.32480.4112
Hunter Lab89.1909-30.354928.4825
CIE-Lab91.4827-27.745329.9184

#c5f4ac color RGB value is (197,244,172).

#c5f4ac hex color red value is 197, green value is 244 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c5f4ac hue: 0.28 , saturation: 0.77 and the lightness value of c5f4ac is 0.82.

The process color (four color CMYK) of #c5f4ac color hex is 0.19, 0.00, 0.30, 0.04. Web safe color of #c5f4ac is #ccff99. Color #c5f4ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11110100 10101100
Octal 305 364 254
Decimal 197 244 172
Hex C5 F4 AC

RGB Percentages of Color #c5f4ac

%32.14
%39.80
%28.06

CMYK Percentages of Color #c5f4ac

%19
%0
%30
%4

Triadic Colors of #c5f4ac

#c5f4ac #acc5f4 #f4acc5

Analogous Colors of #c5f4ac

#c5f4ac #acf4b7 #e9f4ac

Monochromatic Colors of #c5f4ac

#c5f4ac

Complementary Color

#c5f4ac #dbacf4

#c5f4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5f4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5f4ac Color CSS Codes

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

#c5f4ac Text Font Color

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

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


#c5f4ac Background Color

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

This div background color is #c5f4ac


#c5f4ac Border Color

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

This div border color is #c5f4ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,244,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5f4ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5f4ac;
  -webkit-box-shadow: 1px 1px 3px 2px #c5f4ac;
  box-shadow:         1px 1px 3px 2px #c5f4ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,244,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5f4ac


Comments

No comments written yet.

Please login to write comment.