Color Hex Logo

#cffc96 Color Hex

#CFFC96
(207,252,150)
0 Favorites   0 Comments

Color spaces of #cffc96

RGB 207252150
HSL0.240.940.79
HSV86°40°99°
CMYK 0.180.000.40   0.01
XYZ66.047685.088241.7968
Yxy85.08820.34230.4410
Hunter Lab92.2433-33.617037.7051
CIE-Lab93.9211-30.927944.1660

#cffc96 color RGB value is (207,252,150).

#cffc96 hex color red value is 207, green value is 252 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cffc96 hue: 0.24 , saturation: 0.94 and the lightness value of cffc96 is 0.79.

The process color (four color CMYK) of #cffc96 color hex is 0.18, 0.00, 0.40, 0.01. Web safe color of #cffc96 is #ccff99. Color #cffc96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111100 10010110
Octal 317 374 226
Decimal 207 252 150
Hex CF FC 96

RGB Percentages of Color #cffc96

%33.99
%41.38
%24.63

CMYK Percentages of Color #cffc96

%18
%0
%40
%1

Triadic Colors of #cffc96

#cffc96 #96cffc #fc96cf

Analogous Colors of #cffc96

#cffc96 #9cfc96 #fcf696

Monochromatic Colors of #cffc96

#cffc96

Complementary Color

#cffc96 #c396fc

#cffc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffc96 Color CSS Codes

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

#cffc96 Text Font Color

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

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


#cffc96 Background Color

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

This div background color is #cffc96


#cffc96 Border Color

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

This div border color is #cffc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffc96


Comments

No comments written yet.

Please login to write comment.