Color Hex Logo

#cfffcc Color Hex

#CFFFCC
(207,255,204)
0 Favorites   0 Comments

Color spaces of #cfffcc

RGB 207255204
HSL0.321.000.90
HSV116°20°100°
CMYK 0.190.000.20   0.00
XYZ72.391289.145070.5180
Yxy89.14500.31200.3842
Hunter Lab94.4166-28.369421.8091
CIE-Lab95.6410-24.593719.4457

#cfffcc color RGB value is (207,255,204).

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

The process color (four color CMYK) of #cfffcc color hex is 0.19, 0.00, 0.20, 0.00. Web safe color of #cfffcc is #ccffcc. Color #cfffcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111111 11001100
Octal 317 377 314
Decimal 207 255 204
Hex CF FF CC

RGB Percentages of Color #cfffcc

%31.08
%38.29
%30.63

CMYK Percentages of Color #cfffcc

%19
%0
%20
%0

Triadic Colors of #cfffcc

#cfffcc #cccfff #ffcccf

Analogous Colors of #cfffcc

#cfffcc #ccffe3 #e9ffcc

Monochromatic Colors of #cfffcc

#cfffcc

Complementary Color

#cfffcc #fcccff

#cfffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfffcc Color CSS Codes

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

#cfffcc Text Font Color

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

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


#cfffcc Background Color

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

This div background color is #cfffcc


#cfffcc Border Color

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

This div border color is #cfffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfffcc

Related Colors

#cfffcc Color Palettes


Comments

No comments written yet.

Please login to write comment.