Color Hex Logo

#cfb77b Color Hex

#CFB77B
(207,183,123)
0 Favorites   0 Comments

Color spaces of #cfb77b

RGB 207183123
HSL0.120.470.65
HSV43°41°81°
CMYK 0.000.120.41   0.19
XYZ46.240848.562425.6752
Yxy48.56240.38380.4031
Hunter Lab69.6867-3.507726.9361
CIE-Lab75.17830.237433.6430

#cfb77b color RGB value is (207,183,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110111 01111011
Octal 317 267 173
Decimal 207 183 123
Hex CF B7 7B

RGB Percentages of Color #cfb77b

%40.35
%35.67
%23.98

CMYK Percentages of Color #cfb77b

%0
%12
%41
%19

Triadic Colors of #cfb77b

#cfb77b #7bcfb7 #b77bcf

Analogous Colors of #cfb77b

#cfb77b #bdcf7b #cf8d7b

Monochromatic Colors of #cfb77b

#cfb77b

Complementary Color

#cfb77b #7b93cf

#cfb77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb77b Color CSS Codes

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

#cfb77b Text Font Color

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

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


#cfb77b Background Color

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

This div background color is #cfb77b


#cfb77b Border Color

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

This div border color is #cfb77b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,183,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 #cfb77b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb77b


Comments

No comments written yet.

Please login to write comment.