Color Hex Logo

#cfd896 Color Hex

#CFD896
(207,216,150)
0 Favorites   0 Comments

Color spaces of #cfd896

RGB 207216150
HSL0.190.460.72
HSV68°31°85°
CMYK 0.040.000.31   0.15
XYZ55.793064.579138.3786
Yxy64.57910.35150.4068
Hunter Lab80.3611-16.703327.9373
CIE-Lab84.2664-13.533331.5956

#cfd896 color RGB value is (207,216,150).

#cfd896 hex color red value is 207, green value is 216 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cfd896 hue: 0.19 , saturation: 0.46 and the lightness value of cfd896 is 0.72.

The process color (four color CMYK) of #cfd896 color hex is 0.04, 0.00, 0.31, 0.15. Web safe color of #cfd896 is #cccc99. Color #cfd896 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011000 10010110
Octal 317 330 226
Decimal 207 216 150
Hex CF D8 96

RGB Percentages of Color #cfd896

%36.13
%37.70
%26.18

CMYK Percentages of Color #cfd896

%4
%0
%31
%15

Triadic Colors of #cfd896

#cfd896 #96cfd8 #d896cf

Analogous Colors of #cfd896

#cfd896 #aed896 #d8c096

Monochromatic Colors of #cfd896

#cfd896

Complementary Color

#cfd896 #9f96d8

#cfd896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd896 Color CSS Codes

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

#cfd896 Text Font Color

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

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


#cfd896 Background Color

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

This div background color is #cfd896


#cfd896 Border Color

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

This div border color is #cfd896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd896


Comments

No comments written yet.

Please login to write comment.