Color Hex Logo

#cff9aa Color Hex

#CFF9AA
(207,249,170)
0 Favorites   0 Comments

Color spaces of #cff9aa

RGB 207249170
HSL0.260.870.82
HSV92°32°98°
CMYK 0.170.000.32   0.02
XYZ66.863583.919050.7041
Yxy83.91900.33190.4165
Hunter Lab91.6073-30.027031.3085
CIE-Lab93.4153-26.931633.6259

#cff9aa color RGB value is (207,249,170).

#cff9aa hex color red value is 207, green value is 249 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cff9aa hue: 0.26 , saturation: 0.87 and the lightness value of cff9aa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111001 10101010
Octal 317 371 252
Decimal 207 249 170
Hex CF F9 AA

RGB Percentages of Color #cff9aa

%33.07
%39.78
%27.16

CMYK Percentages of Color #cff9aa

%17
%0
%32
%2

Triadic Colors of #cff9aa

#cff9aa #aacff9 #f9aacf

Analogous Colors of #cff9aa

#cff9aa #aaf9ad #f7f9aa

Monochromatic Colors of #cff9aa

#cff9aa

Complementary Color

#cff9aa #d4aaf9

#cff9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff9aa Color CSS Codes

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

#cff9aa Text Font Color

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

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


#cff9aa Background Color

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

This div background color is #cff9aa


#cff9aa Border Color

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

This div border color is #cff9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff9aa

#cff9aa Color Palettes


Comments

No comments written yet.

Please login to write comment.