Color Hex Logo

#cffca9 Color Hex

#CFFCA9
(207,252,169)
0 Favorites   0 Comments

Color spaces of #cffca9

RGB 207252169
HSL0.260.930.83
HSV93°33°99°
CMYK 0.180.000.33   0.01
XYZ67.704085.750850.5193
Yxy85.75080.33190.4204
Hunter Lab92.6017-31.546132.4753
CIE-Lab94.2057-28.482935.1772

#cffca9 color RGB value is (207,252,169).

#cffca9 hex color red value is 207, green value is 252 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #cffca9 hue: 0.26 , saturation: 0.93 and the lightness value of cffca9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111100 10101001
Octal 317 374 251
Decimal 207 252 169
Hex CF FC A9

RGB Percentages of Color #cffca9

%32.96
%40.13
%26.91

CMYK Percentages of Color #cffca9

%18
%0
%33
%1

Triadic Colors of #cffca9

#cffca9 #a9cffc #fca9cf

Analogous Colors of #cffca9

#cffca9 #a9fcad #f9fca9

Monochromatic Colors of #cffca9

#cffca9

Complementary Color

#cffca9 #d6a9fc

#cffca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffca9 Color CSS Codes

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

#cffca9 Text Font Color

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

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


#cffca9 Background Color

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

This div background color is #cffca9


#cffca9 Border Color

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

This div border color is #cffca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffca9


Comments

No comments written yet.

Please login to write comment.