Color Hex Logo

#cffaac Color Hex

#CFFAAC
(207,250,172)
0 Favorites   0 Comments

Color spaces of #cffaac

RGB 207250172
HSL0.260.890.83
HSV93°31°98°
CMYK 0.170.000.31   0.02
XYZ67.364184.615251.8116
Yxy84.61520.33060.4152
Hunter Lab91.9865-30.256330.9953
CIE-Lab93.7170-27.125233.0256

#cffaac color RGB value is (207,250,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111010 10101100
Octal 317 372 254
Decimal 207 250 172
Hex CF FA AC

RGB Percentages of Color #cffaac

%32.91
%39.75
%27.34

CMYK Percentages of Color #cffaac

%17
%0
%31
%2

Triadic Colors of #cffaac

#cffaac #accffa #faaccf

Analogous Colors of #cffaac

#cffaac #acfab0 #f6faac

Monochromatic Colors of #cffaac

#cffaac

Complementary Color

#cffaac #d7acfa

#cffaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffaac Color CSS Codes

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

#cffaac Text Font Color

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

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


#cffaac Background Color

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

This div background color is #cffaac


#cffaac Border Color

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

This div border color is #cffaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffaac

Related Colors


Comments

No comments written yet.

Please login to write comment.