Color Hex Logo

#cfbda5 Color Hex

#CFBDA5
(207,189,165)
0 Favorites   0 Comments

Color spaces of #cfbda5

RGB 207189165
HSL0.100.300.73
HSV34°20°81°
CMYK 0.000.090.20   0.19
XYZ50.721352.377243.0338
Yxy52.37720.34710.3584
Hunter Lab72.3721-1.551115.4055
CIE-Lab77.50582.516514.4438

#cfbda5 color RGB value is (207,189,165).

#cfbda5 hex color red value is 207, green value is 189 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cfbda5 hue: 0.10 , saturation: 0.30 and the lightness value of cfbda5 is 0.73.

The process color (four color CMYK) of #cfbda5 color hex is 0.00, 0.09, 0.20, 0.19. Web safe color of #cfbda5 is #cccc99. Color #cfbda5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 10100101
Octal 317 275 245
Decimal 207 189 165
Hex CF BD A5

RGB Percentages of Color #cfbda5

%36.90
%33.69
%29.41

CMYK Percentages of Color #cfbda5

%0
%9
%20
%19

Triadic Colors of #cfbda5

#cfbda5 #a5cfbd #bda5cf

Analogous Colors of #cfbda5

#cfbda5 #cccfa5 #cfa8a5

Monochromatic Colors of #cfbda5

#cfbda5

Complementary Color

#cfbda5 #a5b7cf

#cfbda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbda5 Color CSS Codes

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

#cfbda5 Text Font Color

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

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


#cfbda5 Background Color

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

This div background color is #cfbda5


#cfbda5 Border Color

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

This div border color is #cfbda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbda5


Comments

No comments written yet.

Please login to write comment.