Color Hex Logo

#ceb16c Color Hex

#CEB16C
(206,177,108)
0 Favorites   0 Comments

Color spaces of #ceb16c

RGB 206177108
HSL0.120.500.62
HSV42°48°81°
CMYK 0.000.140.48   0.19
XYZ43.882545.648820.6856
Yxy45.64880.39810.4142
Hunter Lab67.5639-2.301729.1423
CIE-Lab73.31711.457639.0210

#ceb16c color RGB value is (206,177,108).

#ceb16c hex color red value is 206, green value is 177 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ceb16c hue: 0.12 , saturation: 0.50 and the lightness value of ceb16c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 01101100
Octal 316 261 154
Decimal 206 177 108
Hex CE B1 6C

RGB Percentages of Color #ceb16c

%41.96
%36.05
%22.00

CMYK Percentages of Color #ceb16c

%0
%14
%48
%19

Triadic Colors of #ceb16c

#ceb16c #6cceb1 #b16cce

Analogous Colors of #ceb16c

#ceb16c #bace6c #ce806c

Monochromatic Colors of #ceb16c

#ceb16c

Complementary Color

#ceb16c #6c89ce

#ceb16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb16c Color CSS Codes

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

#ceb16c Text Font Color

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

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


#ceb16c Background Color

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

This div background color is #ceb16c


#ceb16c Border Color

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

This div border color is #ceb16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb16c


Comments

No comments written yet.

Please login to write comment.