Color Hex Logo

#ceb666 Color Hex

#CEB666
(206,182,102)
0 Favorites   0 Comments

Color spaces of #ceb666

RGB 206182102
HSL0.130.510.60
HSV46°50°81°
CMYK 0.000.120.50   0.19
XYZ44.579847.537019.3963
Yxy47.53700.39980.4263
Hunter Lab68.9471-5.242931.5834
CIE-Lab74.5320-1.742843.5558

#ceb666 color RGB value is (206,182,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 01100110
Octal 316 266 146
Decimal 206 182 102
Hex CE B6 66

RGB Percentages of Color #ceb666

%42.04
%37.14
%20.82

CMYK Percentages of Color #ceb666

%0
%12
%50
%19

Triadic Colors of #ceb666

#ceb666 #66ceb6 #b666ce

Analogous Colors of #ceb666

#ceb666 #b2ce66 #ce8266

Monochromatic Colors of #ceb666

#ceb666

Complementary Color

#ceb666 #667ece

#ceb666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb666 Color CSS Codes

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

#ceb666 Text Font Color

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

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


#ceb666 Background Color

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

This div background color is #ceb666


#ceb666 Border Color

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

This div border color is #ceb666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb666


Comments

No comments written yet.

Please login to write comment.