Color Hex Logo

#cfb57b Color Hex

#CFB57B
(207,181,123)
0 Favorites   0 Comments

Color spaces of #cfb57b

RGB 207181123
HSL0.120.470.65
HSV41°41°81°
CMYK 0.000.130.41   0.19
XYZ45.831247.743225.5387
Yxy47.74320.38480.4008
Hunter Lab69.0965-2.521026.4534
CIE-Lab74.66271.295332.9733

#cfb57b color RGB value is (207,181,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110101 01111011
Octal 317 265 173
Decimal 207 181 123
Hex CF B5 7B

RGB Percentages of Color #cfb57b

%40.51
%35.42
%24.07

CMYK Percentages of Color #cfb57b

%0
%13
%41
%19

Triadic Colors of #cfb57b

#cfb57b #7bcfb5 #b57bcf

Analogous Colors of #cfb57b

#cfb57b #bfcf7b #cf8b7b

Monochromatic Colors of #cfb57b

#cfb57b

Complementary Color

#cfb57b #7b95cf

#cfb57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb57b Color CSS Codes

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

#cfb57b Text Font Color

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

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


#cfb57b Background Color

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

This div background color is #cfb57b


#cfb57b Border Color

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

This div border color is #cfb57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb57b


Comments

No comments written yet.

Please login to write comment.