color codes Logo

#c4fcaf color codes

#C4FCAF
(196,252,175)
0 Favorites   0 Comments

Color spaces of #c4fcaf

RGB 196252175
HSL0.290.930.84
HSV104°31°99°
CMYK 0.220.000.31   0.01
XYZ65.313284.451753.4159
Yxy84.45170.32150.4156
Hunter Lab91.8976-33.957829.8657
CIE-Lab93.6463-31.391131.3084

#c4fcaf color RGB value is (196,252,175).

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

The process color (four color CMYK) of #c4fcaf color code is 0.22, 0.00, 0.31, 0.01. Web safe color of #c4fcaf is #ccff99. Color #c4fcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11111100 10101111
Octal 304 374 257
Decimal 196 252 175
Hex C4 FC AF

RGB Percentages of Color #c4fcaf

%31.46
%40.45
%28.09

CMYK Percentages of Color #c4fcaf

%22
%0
%31
%1

Triadic Colors of #c4fcaf

#c4fcaf #afc4fc #fcafc4

Analogous Colors of #c4fcaf

#c4fcaf #affcc1 #ebfcaf

Monochromatic Colors of #c4fcaf

#c4fcaf

Complementary Color

#c4fcaf #e7affc

#c4fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4fcaf Color CSS Codes

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

#c4fcaf Text Font Color

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

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


#c4fcaf Background Color

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

This div background color is #c4fcaf


#c4fcaf Border Color

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

This div border color is #c4fcaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,252,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 #c4fcaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4fcaf


Comments

No comments written yet.

Please login to write comment.