Color Hex Logo

#ceb947 Color Hex

#CEB947
(206,185,71)
0 Favorites   0 Comments

Color spaces of #ceb947

RGB 20618571
HSL0.140.580.54
HSV51°66°81°
CMYK 0.000.100.66   0.19
XYZ43.939948.274712.9633
Yxy48.27470.41780.4590
Hunter Lab69.4800-8.704737.5739
CIE-Lab74.9979-5.618858.5034

#ceb947 color RGB value is (206,185,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 01000111
Octal 316 271 107
Decimal 206 185 71
Hex CE B9 47

RGB Percentages of Color #ceb947

%44.59
%40.04
%15.37

CMYK Percentages of Color #ceb947

%0
%10
%66
%19

Triadic Colors of #ceb947

#ceb947 #47ceb9 #b947ce

Analogous Colors of #ceb947

#ceb947 #a0ce47 #ce7647

Monochromatic Colors of #ceb947

#ceb947

Complementary Color

#ceb947 #475cce

#ceb947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb947 Color CSS Codes

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

#ceb947 Text Font Color

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

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


#ceb947 Background Color

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

This div background color is #ceb947


#ceb947 Border Color

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

This div border color is #ceb947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb947


Comments

No comments written yet.

Please login to write comment.