Color Hex Logo

#cfdfb0 Color Hex

#CFDFB0
(207,223,176)
0 Favorites   0 Comments

Color spaces of #cfdfb0

RGB 207223176
HSL0.220.420.78
HSV80°21°87°
CMYK 0.070.000.21   0.13
XYZ59.956369.175351.2664
Yxy69.17530.33240.3835
Hunter Lab83.1717-16.874521.6743
CIE-Lab86.5908-13.387821.2885

#cfdfb0 color RGB value is (207,223,176).

#cfdfb0 hex color red value is 207, green value is 223 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cfdfb0 hue: 0.22 , saturation: 0.42 and the lightness value of cfdfb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11011111 10110000
Octal 317 337 260
Decimal 207 223 176
Hex CF DF B0

RGB Percentages of Color #cfdfb0

%34.16
%36.80
%29.04

CMYK Percentages of Color #cfdfb0

%7
%0
%21
%13

Triadic Colors of #cfdfb0

#cfdfb0 #b0cfdf #dfb0cf

Analogous Colors of #cfdfb0

#cfdfb0 #b8dfb0 #dfd8b0

Monochromatic Colors of #cfdfb0

#cfdfb0

Complementary Color

#cfdfb0 #c0b0df

#cfdfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfdfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfdfb0 Color CSS Codes

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

#cfdfb0 Text Font Color

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

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


#cfdfb0 Background Color

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

This div background color is #cfdfb0


#cfdfb0 Border Color

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

This div border color is #cfdfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfdfb0


Comments

No comments written yet.

Please login to write comment.