Color Hex Logo

#ceb06f Color Hex

#CEB06F
(206,176,111)
0 Favorites   0 Comments

Color spaces of #ceb06f

RGB 206176111
HSL0.110.490.62
HSV41°46°81°
CMYK 0.000.150.46   0.19
XYZ43.848245.320221.4755
Yxy45.32020.39630.4096
Hunter Lab67.3203-1.546828.2104
CIE-Lab73.10222.282937.2054

#ceb06f color RGB value is (206,176,111).

#ceb06f hex color red value is 206, green value is 176 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ceb06f hue: 0.11 , saturation: 0.49 and the lightness value of ceb06f is 0.62.

The process color (four color CMYK) of #ceb06f color hex is 0.00, 0.15, 0.46, 0.19. Web safe color of #ceb06f is #cc9966. Color #ceb06f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01101111
Octal 316 260 157
Decimal 206 176 111
Hex CE B0 6F

RGB Percentages of Color #ceb06f

%41.78
%35.70
%22.52

CMYK Percentages of Color #ceb06f

%0
%15
%46
%19

Triadic Colors of #ceb06f

#ceb06f #6fceb0 #b06fce

Analogous Colors of #ceb06f

#ceb06f #bdce6f #ce816f

Monochromatic Colors of #ceb06f

#ceb06f

Complementary Color

#ceb06f #6f8dce

#ceb06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb06f Color CSS Codes

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

#ceb06f Text Font Color

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

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


#ceb06f Background Color

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

This div background color is #ceb06f


#ceb06f Border Color

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

This div border color is #ceb06f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,176,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceb06f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceb06f;
  -webkit-box-shadow: 1px 1px 3px 2px #ceb06f;
  box-shadow:         1px 1px 3px 2px #ceb06f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,176,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb06f


Comments

No comments written yet.

Please login to write comment.