Color Hex Logo

#cffaad Color Hex

#CFFAAD
(207,250,173)
0 Favorites   0 Comments

Color spaces of #cffaad

RGB 207250173
HSL0.260.890.83
HSV94°31°98°
CMYK 0.170.000.31   0.02
XYZ67.460684.653752.3194
Yxy84.65370.33000.4141
Hunter Lab92.0074-30.135430.6904
CIE-Lab93.7337-26.984132.5458

#cffaad color RGB value is (207,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111010 10101101
Octal 317 372 255
Decimal 207 250 173
Hex CF FA AD

RGB Percentages of Color #cffaad

%32.86
%39.68
%27.46

CMYK Percentages of Color #cffaad

%17
%0
%31
%2

Triadic Colors of #cffaad

#cffaad #adcffa #faadcf

Analogous Colors of #cffaad

#cffaad #adfab2 #f6faad

Monochromatic Colors of #cffaad

#cffaad

Complementary Color

#cffaad #d8adfa

#cffaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffaad Color CSS Codes

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

#cffaad Text Font Color

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

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


#cffaad Background Color

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

This div background color is #cffaad


#cffaad Border Color

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

This div border color is #cffaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffaad


Comments

No comments written yet.

Please login to write comment.