Color Hex Logo

#cfdf9d Color Hex

#CFDF9D
(207,223,157)
0 Favorites   0 Comments

Color spaces of #cfdf9d

RGB 207223157
HSL0.210.510.75
HSV75°30°87°
CMYK 0.070.000.30   0.13
XYZ58.205668.475142.0475
Yxy68.47510.34500.4058
Hunter Lab82.7497-19.256227.7978
CIE-Lab86.2435-16.105830.6387

#cfdf9d color RGB value is (207,223,157).

#cfdf9d hex color red value is 207, green value is 223 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cfdf9d hue: 0.21 , saturation: 0.51 and the lightness value of cfdf9d is 0.75.

The process color (four color CMYK) of #cfdf9d color hex is 0.07, 0.00, 0.30, 0.13. Web safe color of #cfdf9d is #cccc99. Color #cfdf9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011111 10011101
Octal 317 337 235
Decimal 207 223 157
Hex CF DF 9D

RGB Percentages of Color #cfdf9d

%35.26
%37.99
%26.75

CMYK Percentages of Color #cfdf9d

%7
%0
%30
%13

Triadic Colors of #cfdf9d

#cfdf9d #9dcfdf #df9dcf

Analogous Colors of #cfdf9d

#cfdf9d #aedf9d #dfce9d

Monochromatic Colors of #cfdf9d

#cfdf9d

Complementary Color

#cfdf9d #ad9ddf

#cfdf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdf9d Color CSS Codes

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

#cfdf9d Text Font Color

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

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


#cfdf9d Background Color

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

This div background color is #cfdf9d


#cfdf9d Border Color

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

This div border color is #cfdf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdf9d


Comments

No comments written yet.

Please login to write comment.