Color Hex Logo

#cfd197 Color Hex

#CFD197
(207,209,151)
0 Favorites   0 Comments

Color spaces of #cfd197

RGB 207209151
HSL0.170.390.71
HSV62°28°82°
CMYK 0.010.000.28   0.18
XYZ54.118561.100738.2194
Yxy61.10070.35270.3982
Hunter Lab78.1669-13.208525.7273
CIE-Lab82.4328-9.861028.6299

#cfd197 color RGB value is (207,209,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010001 10010111
Octal 317 321 227
Decimal 207 209 151
Hex CF D1 97

RGB Percentages of Color #cfd197

%36.51
%36.86
%26.63

CMYK Percentages of Color #cfd197

%1
%0
%28
%18

Triadic Colors of #cfd197

#cfd197 #97cfd1 #d197cf

Analogous Colors of #cfd197

#cfd197 #b2d197 #d1b697

Monochromatic Colors of #cfd197

#cfd197

Complementary Color

#cfd197 #9997d1

#cfd197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd197 Color CSS Codes

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

#cfd197 Text Font Color

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

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


#cfd197 Background Color

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

This div background color is #cfd197


#cfd197 Border Color

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

This div border color is #cfd197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd197


Comments

No comments written yet.

Please login to write comment.