Color Hex Logo

#cfe8a9 Color Hex

#CFE8A9
(207,232,169)
0 Favorites   0 Comments

Color spaces of #cfe8a9

RGB 207232169
HSL0.230.580.79
HSV84°27°91°
CMYK 0.110.000.27   0.09
XYZ61.750273.843248.5347
Yxy73.84320.33540.4010
Hunter Lab85.9321-22.112226.6653
CIE-Lab88.8483-18.883827.9950

#cfe8a9 color RGB value is (207,232,169).

#cfe8a9 hex color red value is 207, green value is 232 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #cfe8a9 hue: 0.23 , saturation: 0.58 and the lightness value of cfe8a9 is 0.79.

The process color (four color CMYK) of #cfe8a9 color hex is 0.11, 0.00, 0.27, 0.09. Web safe color of #cfe8a9 is #ccff99. Color #cfe8a9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101000 10101001
Octal 317 350 251
Decimal 207 232 169
Hex CF E8 A9

RGB Percentages of Color #cfe8a9

%34.05
%38.16
%27.80

CMYK Percentages of Color #cfe8a9

%11
%0
%27
%9

Triadic Colors of #cfe8a9

#cfe8a9 #a9cfe8 #e8a9cf

Analogous Colors of #cfe8a9

#cfe8a9 #b0e8a9 #e8e2a9

Monochromatic Colors of #cfe8a9

#cfe8a9

Complementary Color

#cfe8a9 #c2a9e8

#cfe8a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe8a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe8a9 Color CSS Codes

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

#cfe8a9 Text Font Color

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

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


#cfe8a9 Background Color

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

This div background color is #cfe8a9


#cfe8a9 Border Color

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

This div border color is #cfe8a9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,232,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 #cfe8a9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe8a9


Comments

No comments written yet.

Please login to write comment.