Color Hex Logo

#cfb857 Color Hex

#CFB857
(207,184,87)
0 Favorites   0 Comments

Color spaces of #cfb857

RGB 20718487
HSL0.130.560.58
HSV49°58°81°
CMYK 0.000.110.58   0.19
XYZ44.592948.234515.9767
Yxy48.23450.40980.4433
Hunter Lab69.4511-6.928734.9765
CIE-Lab74.9726-3.604151.3607

#cfb857 color RGB value is (207,184,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111000 01010111
Octal 317 270 127
Decimal 207 184 87
Hex CF B8 57

RGB Percentages of Color #cfb857

%43.31
%38.49
%18.20

CMYK Percentages of Color #cfb857

%0
%11
%58
%19

Triadic Colors of #cfb857

#cfb857 #57cfb8 #b857cf

Analogous Colors of #cfb857

#cfb857 #aacf57 #cf7c57

Monochromatic Colors of #cfb857

#cfb857

Complementary Color

#cfb857 #576ecf

#cfb857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb857 Color CSS Codes

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

#cfb857 Text Font Color

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

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


#cfb857 Background Color

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

This div background color is #cfb857


#cfb857 Border Color

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

This div border color is #cfb857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb857


Comments

No comments written yet.

Please login to write comment.