Color Hex Logo

#ccf8af Color Hex

#CCF8AF
(204,248,175)
0 Favorites   0 Comments

Color spaces of #ccf8af

RGB 204248175
HSL0.270.840.83
HSV96°29°97°
CMYK 0.180.000.29   0.03
XYZ66.207183.067353.1016
Yxy83.06730.32710.4105
Hunter Lab91.1413-29.830729.2548
CIE-Lab93.0439-26.790630.5797

#ccf8af color RGB value is (204,248,175).

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

The process color (four color CMYK) of #ccf8af color hex is 0.18, 0.00, 0.29, 0.03. Web safe color of #ccf8af is #ccff99. Color #ccf8af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111000 10101111
Octal 314 370 257
Decimal 204 248 175
Hex CC F8 AF

RGB Percentages of Color #ccf8af

%32.54
%39.55
%27.91

CMYK Percentages of Color #ccf8af

%18
%0
%29
%3

Triadic Colors of #ccf8af

#ccf8af #afccf8 #f8afcc

Analogous Colors of #ccf8af

#ccf8af #aff8b7 #f1f8af

Monochromatic Colors of #ccf8af

#ccf8af

Complementary Color

#ccf8af #dbaff8

#ccf8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf8af Color CSS Codes

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

#ccf8af Text Font Color

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

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


#ccf8af Background Color

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

This div background color is #ccf8af


#ccf8af Border Color

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

This div border color is #ccf8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf8af


Comments

No comments written yet.

Please login to write comment.