Color Hex Logo

#cfe7ac Color Hex

#CFE7AC
(207,231,172)
0 Favorites   0 Comments

Color spaces of #cfe7ac

RGB 207231172
HSL0.230.550.79
HSV84°26°91°
CMYK 0.100.000.26   0.09
XYZ61.754473.395849.9417
Yxy73.39580.33360.3965
Hunter Lab85.6713-21.256925.4071
CIE-Lab88.6361-17.959426.1669

#cfe7ac color RGB value is (207,231,172).

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

The process color (four color CMYK) of #cfe7ac color hex is 0.10, 0.00, 0.26, 0.09. Web safe color of #cfe7ac is #ccff99. Color #cfe7ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100111 10101100
Octal 317 347 254
Decimal 207 231 172
Hex CF E7 AC

RGB Percentages of Color #cfe7ac

%33.93
%37.87
%28.20

CMYK Percentages of Color #cfe7ac

%10
%0
%26
%9

Triadic Colors of #cfe7ac

#cfe7ac #accfe7 #e7accf

Analogous Colors of #cfe7ac

#cfe7ac #b2e7ac #e7e2ac

Monochromatic Colors of #cfe7ac

#cfe7ac

Complementary Color

#cfe7ac #c4ace7

#cfe7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe7ac Color CSS Codes

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

#cfe7ac Text Font Color

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

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


#cfe7ac Background Color

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

This div background color is #cfe7ac


#cfe7ac Border Color

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

This div border color is #cfe7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe7ac


Comments

No comments written yet.

Please login to write comment.