Color Hex Logo

#ceb32e Color Hex

#CEB32E
(206,179,46)
0 Favorites   0 Comments

Color spaces of #ceb32e

RGB 20617946
HSL0.140.630.49
HSV50°78°81°
CMYK 0.000.130.78   0.19
XYZ42.066845.55939.1614
Yxy45.55930.43460.4707
Hunter Lab67.4976-6.873639.2010
CIE-Lab73.2587-3.695866.2553

#ceb32e color RGB value is (206,179,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 00101110
Octal 316 263 56
Decimal 206 179 46
Hex CE B3 2E

RGB Percentages of Color #ceb32e

%47.80
%41.53
%10.67

CMYK Percentages of Color #ceb32e

%0
%13
%78
%19

Triadic Colors of #ceb32e

#ceb32e #2eceb3 #b32ece

Analogous Colors of #ceb32e

#ceb32e #99ce2e #ce632e

Monochromatic Colors of #ceb32e

#ceb32e

Complementary Color

#ceb32e #2e49ce

#ceb32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb32e Color CSS Codes

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

#ceb32e Text Font Color

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

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


#ceb32e Background Color

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

This div background color is #ceb32e


#ceb32e Border Color

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

This div border color is #ceb32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb32e


Comments

No comments written yet.

Please login to write comment.