Color Hex Logo

#cfd19c Color Hex

#CFD19C
(207,209,156)
0 Favorites   0 Comments

Color spaces of #cfd19c

RGB 207209156
HSL0.170.370.72
HSV62°25°82°
CMYK 0.010.000.25   0.18
XYZ54.533361.266640.4039
Yxy61.26660.34910.3922
Hunter Lab78.2730-12.615624.1861
CIE-Lab82.5219-9.188626.1451

#cfd19c color RGB value is (207,209,156).

#cfd19c hex color red value is 207, green value is 209 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cfd19c hue: 0.17 , saturation: 0.37 and the lightness value of cfd19c is 0.72.

The process color (four color CMYK) of #cfd19c color hex is 0.01, 0.00, 0.25, 0.18. Web safe color of #cfd19c is #cccc99. Color #cfd19c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010001 10011100
Octal 317 321 234
Decimal 207 209 156
Hex CF D1 9C

RGB Percentages of Color #cfd19c

%36.19
%36.54
%27.27

CMYK Percentages of Color #cfd19c

%1
%0
%25
%18

Triadic Colors of #cfd19c

#cfd19c #9ccfd1 #d19ccf

Analogous Colors of #cfd19c

#cfd19c #b5d19c #d1b99c

Monochromatic Colors of #cfd19c

#cfd19c

Complementary Color

#cfd19c #9e9cd1

#cfd19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd19c Color CSS Codes

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

#cfd19c Text Font Color

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

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


#cfd19c Background Color

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

This div background color is #cfd19c


#cfd19c Border Color

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

This div border color is #cfd19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd19c


Comments

No comments written yet.

Please login to write comment.