Color Hex Logo

#cfd196 Color Hex

#CFD196
(207,209,150)
0 Favorites   0 Comments

Color spaces of #cfd196

RGB 207209150
HSL0.170.390.70
HSV62°28°82°
CMYK 0.010.000.28   0.18
XYZ54.037661.068337.7934
Yxy61.06830.35340.3994
Hunter Lab78.1462-13.324326.0283
CIE-Lab82.4154-9.992629.1261

#cfd196 color RGB value is (207,209,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010001 10010110
Octal 317 321 226
Decimal 207 209 150
Hex CF D1 96

RGB Percentages of Color #cfd196

%36.57
%36.93
%26.50

CMYK Percentages of Color #cfd196

%1
%0
%28
%18

Triadic Colors of #cfd196

#cfd196 #96cfd1 #d196cf

Analogous Colors of #cfd196

#cfd196 #b2d196 #d1b696

Monochromatic Colors of #cfd196

#cfd196

Complementary Color

#cfd196 #9896d1

#cfd196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd196 Color CSS Codes

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

#cfd196 Text Font Color

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

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


#cfd196 Background Color

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

This div background color is #cfd196


#cfd196 Border Color

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

This div border color is #cfd196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd196


Comments

No comments written yet.

Please login to write comment.