Color Hex Logo

#ceb94c Color Hex

#CEB94C
(206,185,76)
0 Favorites   0 Comments

Color spaces of #ceb94c

RGB 20618576
HSL0.140.570.55
HSV50°63°81°
CMYK 0.000.100.63   0.19
XYZ44.107148.341513.8436
Yxy48.34150.41500.4548
Hunter Lab69.5281-8.437536.8645
CIE-Lab75.0398-5.309856.3972

#ceb94c color RGB value is (206,185,76).

#ceb94c hex color red value is 206, green value is 185 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ceb94c hue: 0.14 , saturation: 0.57 and the lightness value of ceb94c is 0.55.

The process color (four color CMYK) of #ceb94c color hex is 0.00, 0.10, 0.63, 0.19. Web safe color of #ceb94c is #cccc33. Color #ceb94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 01001100
Octal 316 271 114
Decimal 206 185 76
Hex CE B9 4C

RGB Percentages of Color #ceb94c

%44.11
%39.61
%16.27

CMYK Percentages of Color #ceb94c

%0
%10
%63
%19

Triadic Colors of #ceb94c

#ceb94c #4cceb9 #b94cce

Analogous Colors of #ceb94c

#ceb94c #a2ce4c #ce784c

Monochromatic Colors of #ceb94c

#ceb94c

Complementary Color

#ceb94c #4c61ce

#ceb94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb94c Color CSS Codes

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

#ceb94c Text Font Color

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

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


#ceb94c Background Color

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

This div background color is #ceb94c


#ceb94c Border Color

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

This div border color is #ceb94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb94c


Comments

No comments written yet.

Please login to write comment.