Color Hex Logo

#ceb66c Color Hex

#CEB66C
(206,182,108)
0 Favorites   0 Comments

Color spaces of #ceb66c

RGB 206182108
HSL0.130.500.62
HSV45°48°81°
CMYK 0.000.120.48   0.19
XYZ44.888347.660421.0209
Yxy47.66040.39520.4197
Hunter Lab69.0365-4.751230.2724
CIE-Lab74.6102-1.186240.6327

#ceb66c color RGB value is (206,182,108).

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

The process color (four color CMYK) of #ceb66c color hex is 0.00, 0.12, 0.48, 0.19. Web safe color of #ceb66c is #cccc66. Color #ceb66c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 01101100
Octal 316 266 154
Decimal 206 182 108
Hex CE B6 6C

RGB Percentages of Color #ceb66c

%41.53
%36.69
%21.77

CMYK Percentages of Color #ceb66c

%0
%12
%48
%19

Triadic Colors of #ceb66c

#ceb66c #6cceb6 #b66cce

Analogous Colors of #ceb66c

#ceb66c #b5ce6c #ce856c

Monochromatic Colors of #ceb66c

#ceb66c

Complementary Color

#ceb66c #6c84ce

#ceb66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb66c Color CSS Codes

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

#ceb66c Text Font Color

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

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


#ceb66c Background Color

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

This div background color is #ceb66c


#ceb66c Border Color

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

This div border color is #ceb66c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,182,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 #ceb66c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb66c


Comments

No comments written yet.

Please login to write comment.