Color Hex Logo

#cfd696 Color Hex

#CFD696
(207,214,150)
0 Favorites   0 Comments

Color spaces of #cfd696

RGB 207214150
HSL0.180.440.71
HSV67°30°84°
CMYK 0.030.000.30   0.16
XYZ55.283763.560538.2088
Yxy63.56050.35200.4047
Hunter Lab79.7248-15.741027.3922
CIE-Lab83.7364-12.526730.8905

#cfd696 color RGB value is (207,214,150).

#cfd696 hex color red value is 207, green value is 214 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cfd696 hue: 0.18 , saturation: 0.44 and the lightness value of cfd696 is 0.71.

The process color (four color CMYK) of #cfd696 color hex is 0.03, 0.00, 0.30, 0.16. Web safe color of #cfd696 is #cccc99. Color #cfd696 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010110 10010110
Octal 317 326 226
Decimal 207 214 150
Hex CF D6 96

RGB Percentages of Color #cfd696

%36.25
%37.48
%26.27

CMYK Percentages of Color #cfd696

%3
%0
%30
%16

Triadic Colors of #cfd696

#cfd696 #96cfd6 #d696cf

Analogous Colors of #cfd696

#cfd696 #afd696 #d6bd96

Monochromatic Colors of #cfd696

#cfd696

Complementary Color

#cfd696 #9d96d6

#cfd696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd696 Color CSS Codes

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

#cfd696 Text Font Color

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

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


#cfd696 Background Color

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

This div background color is #cfd696


#cfd696 Border Color

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

This div border color is #cfd696


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,214,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 #cfd696">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd696


Comments

No comments written yet.

Please login to write comment.