Color Hex Logo

#c4ffaf Color Hex

#C4FFAF
(196,255,175)
0 Favorites   0 Comments

Color spaces of #c4ffaf

RGB 196255175
HSL0.291.000.84
HSV104°31°100°
CMYK 0.230.000.31   0.00
XYZ66.262886.350953.7324
Yxy86.35090.32110.4185
Hunter Lab92.9252-35.334930.7642
CIE-Lab94.4622-32.779732.4041

#c4ffaf color RGB value is (196,255,175).

#c4ffaf hex color red value is 196, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c4ffaf hue: 0.29 , saturation: 1.00 and the lightness value of c4ffaf is 0.84.

The process color (four color CMYK) of #c4ffaf color hex is 0.23, 0.00, 0.31, 0.00. Web safe color of #c4ffaf is #ccff99. Color #c4ffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11111111 10101111
Octal 304 377 257
Decimal 196 255 175
Hex C4 FF AF

RGB Percentages of Color #c4ffaf

%31.31
%40.73
%27.96

CMYK Percentages of Color #c4ffaf

%23
%0
%31
%0

Triadic Colors of #c4ffaf

#c4ffaf #afc4ff #ffafc4

Analogous Colors of #c4ffaf

#c4ffaf #afffc2 #ecffaf

Monochromatic Colors of #c4ffaf

#c4ffaf

Complementary Color

#c4ffaf #eaafff

#c4ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ffaf Color CSS Codes

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

#c4ffaf Text Font Color

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

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


#c4ffaf Background Color

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

This div background color is #c4ffaf


#c4ffaf Border Color

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

This div border color is #c4ffaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,255,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4ffaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4ffaf;
  -webkit-box-shadow: 1px 1px 3px 2px #c4ffaf;
  box-shadow:         1px 1px 3px 2px #c4ffaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,255,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ffaf


Comments

No comments written yet.

Please login to write comment.