Color Hex Logo

#ccffaf Color Hex

#CCFFAF
(204,255,175)
0 Favorites   0 Comments

Color spaces of #ccffaf

RGB 204255175
HSL0.271.000.84
HSV98°31°100°
CMYK 0.200.000.31   0.00
XYZ68.399787.452553.8324
Yxy87.45250.32620.4171
Hunter Lab93.5160-33.094231.3310
CIE-Lab94.9299-30.080333.1126

#ccffaf color RGB value is (204,255,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 10101111
Octal 314 377 257
Decimal 204 255 175
Hex CC FF AF

RGB Percentages of Color #ccffaf

%32.18
%40.22
%27.60

CMYK Percentages of Color #ccffaf

%20
%0
%31
%0

Triadic Colors of #ccffaf

#ccffaf #afccff #ffafcc

Analogous Colors of #ccffaf

#ccffaf #afffba #f4ffaf

Monochromatic Colors of #ccffaf

#ccffaf

Complementary Color

#ccffaf #e2afff

#ccffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffaf Color CSS Codes

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

#ccffaf Text Font Color

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

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


#ccffaf Background Color

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

This div background color is #ccffaf


#ccffaf Border Color

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

This div border color is #ccffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.