Color Hex Logo

#cfb48d Color Hex

#CFB48D
(207,180,141)
0 Favorites   0 Comments

Color spaces of #cfb48d

RGB 207180141
HSL0.100.410.68
HSV35°32°81°
CMYK 0.000.130.32   0.19
XYZ46.861147.831031.9618
Yxy47.83100.37000.3777
Hunter Lab69.1600-0.082721.0115
CIE-Lab74.71823.971023.4917

#cfb48d color RGB value is (207,180,141).

#cfb48d hex color red value is 207, green value is 180 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cfb48d hue: 0.10 , saturation: 0.41 and the lightness value of cfb48d is 0.68.

The process color (four color CMYK) of #cfb48d color hex is 0.00, 0.13, 0.32, 0.19. Web safe color of #cfb48d is #cccc99. Color #cfb48d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110100 10001101
Octal 317 264 215
Decimal 207 180 141
Hex CF B4 8D

RGB Percentages of Color #cfb48d

%39.20
%34.09
%26.70

CMYK Percentages of Color #cfb48d

%0
%13
%32
%19

Triadic Colors of #cfb48d

#cfb48d #8dcfb4 #b48dcf

Analogous Colors of #cfb48d

#cfb48d #c9cf8d #cf938d

Monochromatic Colors of #cfb48d

#cfb48d

Complementary Color

#cfb48d #8da8cf

#cfb48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb48d Color CSS Codes

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

#cfb48d Text Font Color

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

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


#cfb48d Background Color

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

This div background color is #cfb48d


#cfb48d Border Color

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

This div border color is #cfb48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb48d


Comments

No comments written yet.

Please login to write comment.