Color Hex Logo

#cfb853 Color Hex

#CFB853
(207,184,83)
0 Favorites   0 Comments

Color spaces of #cfb853

RGB 20718483
HSL0.140.560.57
HSV49°60°81°
CMYK 0.000.110.60   0.19
XYZ44.433948.170915.1396
Yxy48.17090.41240.4471
Hunter Lab69.4053-7.181835.6506
CIE-Lab74.9326-3.894053.1672

#cfb853 color RGB value is (207,184,83).

#cfb853 hex color red value is 207, green value is 184 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cfb853 hue: 0.14 , saturation: 0.56 and the lightness value of cfb853 is 0.57.

The process color (four color CMYK) of #cfb853 color hex is 0.00, 0.11, 0.60, 0.19. Web safe color of #cfb853 is #cccc66. Color #cfb853 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 01010011
Octal 317 270 123
Decimal 207 184 83
Hex CF B8 53

RGB Percentages of Color #cfb853

%43.67
%38.82
%17.51

CMYK Percentages of Color #cfb853

%0
%11
%60
%19

Triadic Colors of #cfb853

#cfb853 #53cfb8 #b853cf

Analogous Colors of #cfb853

#cfb853 #a8cf53 #cf7a53

Monochromatic Colors of #cfb853

#cfb853

Complementary Color

#cfb853 #536acf

#cfb853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb853 Color CSS Codes

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

#cfb853 Text Font Color

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

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


#cfb853 Background Color

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

This div background color is #cfb853


#cfb853 Border Color

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

This div border color is #cfb853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb853


Comments

No comments written yet.

Please login to write comment.