Color Hex Logo

#ceb32c Color Hex

#CEB32C
(206,179,44)
0 Favorites   0 Comments

Color spaces of #ceb32c

RGB 20617944
HSL0.140.650.49
HSV50°79°81°
CMYK 0.000.130.79   0.19
XYZ42.028345.54398.9586
Yxy45.54390.43540.4718
Hunter Lab67.4862-6.936739.3698
CIE-Lab73.2486-3.768766.8894

#ceb32c color RGB value is (206,179,44).

#ceb32c hex color red value is 206, green value is 179 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ceb32c hue: 0.14 , saturation: 0.65 and the lightness value of ceb32c is 0.49.

The process color (four color CMYK) of #ceb32c color hex is 0.00, 0.13, 0.79, 0.19. Web safe color of #ceb32c is #cccc33. Color #ceb32c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 00101100
Octal 316 263 54
Decimal 206 179 44
Hex CE B3 2C

RGB Percentages of Color #ceb32c

%48.02
%41.72
%10.26

CMYK Percentages of Color #ceb32c

%0
%13
%79
%19

Triadic Colors of #ceb32c

#ceb32c #2cceb3 #b32cce

Analogous Colors of #ceb32c

#ceb32c #98ce2c #ce622c

Monochromatic Colors of #ceb32c

#ceb32c

Complementary Color

#ceb32c #2c47ce

#ceb32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb32c Color CSS Codes

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

#ceb32c Text Font Color

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

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


#ceb32c Background Color

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

This div background color is #ceb32c


#ceb32c Border Color

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

This div border color is #ceb32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb32c


Comments

No comments written yet.

Please login to write comment.