Color Hex Logo

#cfdca4 Color Hex

#CFDCA4
(207,220,164)
0 Favorites   0 Comments

Color spaces of #cfdca4

RGB 207220164
HSL0.210.440.75
HSV74°25°86°
CMYK 0.060.000.25   0.14
XYZ58.026267.132145.0215
Yxy67.13210.34100.3945
Hunter Lab81.9342-16.970224.7750
CIE-Lab85.5706-13.642226.1228

#cfdca4 color RGB value is (207,220,164).

#cfdca4 hex color red value is 207, green value is 220 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #cfdca4 hue: 0.21 , saturation: 0.44 and the lightness value of cfdca4 is 0.75.

The process color (four color CMYK) of #cfdca4 color hex is 0.06, 0.00, 0.25, 0.14. Web safe color of #cfdca4 is #cccc99. Color #cfdca4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011100 10100100
Octal 317 334 244
Decimal 207 220 164
Hex CF DC A4

RGB Percentages of Color #cfdca4

%35.03
%37.23
%27.75

CMYK Percentages of Color #cfdca4

%6
%0
%25
%14

Triadic Colors of #cfdca4

#cfdca4 #a4cfdc #dca4cf

Analogous Colors of #cfdca4

#cfdca4 #b3dca4 #dccda4

Monochromatic Colors of #cfdca4

#cfdca4

Complementary Color

#cfdca4 #b1a4dc

#cfdca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdca4 Color CSS Codes

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

#cfdca4 Text Font Color

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

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


#cfdca4 Background Color

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

This div background color is #cfdca4


#cfdca4 Border Color

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

This div border color is #cfdca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdca4


Comments

No comments written yet.

Please login to write comment.