Color Hex Logo

#cfb168 Color Hex

#CFB168
(207,177,104)
0 Favorites   0 Comments

Color spaces of #cfb168

RGB 207177104
HSL0.120.520.61
HSV43°50°81°
CMYK 0.000.140.50   0.19
XYZ43.953045.709219.6029
Yxy45.70920.40230.4183
Hunter Lab67.6086-2.270430.1351
CIE-Lab73.35641.494741.1309

#cfb168 color RGB value is (207,177,104).

#cfb168 hex color red value is 207, green value is 177 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cfb168 hue: 0.12 , saturation: 0.52 and the lightness value of cfb168 is 0.61.

The process color (four color CMYK) of #cfb168 color hex is 0.00, 0.14, 0.50, 0.19. Web safe color of #cfb168 is #cc9966. Color #cfb168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110001 01101000
Octal 317 261 150
Decimal 207 177 104
Hex CF B1 68

RGB Percentages of Color #cfb168

%42.42
%36.27
%21.31

CMYK Percentages of Color #cfb168

%0
%14
%50
%19

Triadic Colors of #cfb168

#cfb168 #68cfb1 #b168cf

Analogous Colors of #cfb168

#cfb168 #bacf68 #cf7e68

Monochromatic Colors of #cfb168

#cfb168

Complementary Color

#cfb168 #6886cf

#cfb168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb168 Color CSS Codes

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

#cfb168 Text Font Color

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

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


#cfb168 Background Color

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

This div background color is #cfb168


#cfb168 Border Color

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

This div border color is #cfb168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb168


Comments

No comments written yet.

Please login to write comment.