Color Hex Logo

#cfb57d Color Hex

#CFB57D
(207,181,125)
0 Favorites   0 Comments

Color spaces of #cfb57d

RGB 207181125
HSL0.110.460.65
HSV41°40°81°
CMYK 0.000.130.40   0.19
XYZ45.957747.793826.2049
Yxy47.79380.38310.3984
Hunter Lab69.1331-2.321125.9193
CIE-Lab74.69471.517731.9653

#cfb57d color RGB value is (207,181,125).

#cfb57d hex color red value is 207, green value is 181 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cfb57d hue: 0.11 , saturation: 0.46 and the lightness value of cfb57d is 0.65.

The process color (four color CMYK) of #cfb57d color hex is 0.00, 0.13, 0.40, 0.19. Web safe color of #cfb57d is #cccc66. Color #cfb57d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 01111101
Octal 317 265 175
Decimal 207 181 125
Hex CF B5 7D

RGB Percentages of Color #cfb57d

%40.35
%35.28
%24.37

CMYK Percentages of Color #cfb57d

%0
%13
%40
%19

Triadic Colors of #cfb57d

#cfb57d #7dcfb5 #b57dcf

Analogous Colors of #cfb57d

#cfb57d #c0cf7d #cf8c7d

Monochromatic Colors of #cfb57d

#cfb57d

Complementary Color

#cfb57d #7d97cf

#cfb57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb57d Color CSS Codes

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

#cfb57d Text Font Color

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

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


#cfb57d Background Color

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

This div background color is #cfb57d


#cfb57d Border Color

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

This div border color is #cfb57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb57d


Comments

No comments written yet.

Please login to write comment.