Color Hex Logo

#cfd4a3 Color Hex

#CFD4A3
(207,212,163)
0 Favorites   0 Comments

Color spaces of #cfd4a3

RGB 207212163
HSL0.180.360.74
HSV66°23°83°
CMYK 0.020.000.23   0.17
XYZ55.886562.996743.8644
Yxy62.99670.34340.3871
Hunter Lab79.3705-13.212522.7925
CIE-Lab83.4406-9.740423.7380

#cfd4a3 color RGB value is (207,212,163).

#cfd4a3 hex color red value is 207, green value is 212 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #cfd4a3 hue: 0.18 , saturation: 0.36 and the lightness value of cfd4a3 is 0.74.

The process color (four color CMYK) of #cfd4a3 color hex is 0.02, 0.00, 0.23, 0.17. Web safe color of #cfd4a3 is #cccc99. Color #cfd4a3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 10100011
Octal 317 324 243
Decimal 207 212 163
Hex CF D4 A3

RGB Percentages of Color #cfd4a3

%35.57
%36.43
%28.01

CMYK Percentages of Color #cfd4a3

%2
%0
%23
%17

Triadic Colors of #cfd4a3

#cfd4a3 #a3cfd4 #d4a3cf

Analogous Colors of #cfd4a3

#cfd4a3 #b7d4a3 #d4c1a3

Monochromatic Colors of #cfd4a3

#cfd4a3

Complementary Color

#cfd4a3 #a8a3d4

#cfd4a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd4a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd4a3 Color CSS Codes

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

#cfd4a3 Text Font Color

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

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


#cfd4a3 Background Color

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

This div background color is #cfd4a3


#cfd4a3 Border Color

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

This div border color is #cfd4a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd4a3


Comments

No comments written yet.

Please login to write comment.