Color Hex Logo

#ceb33e Color Hex

#CEB33E
(206,179,62)
0 Favorites   0 Comments

Color spaces of #ceb33e

RGB 20617962
HSL0.140.600.53
HSV49°70°81°
CMYK 0.000.130.70   0.19
XYZ42.443245.709811.1433
Yxy45.70980.42740.4603
Hunter Lab67.6090-6.258137.5542
CIE-Lab73.3568-2.985860.5126

#ceb33e color RGB value is (206,179,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 00111110
Octal 316 263 76
Decimal 206 179 62
Hex CE B3 3E

RGB Percentages of Color #ceb33e

%46.09
%40.04
%13.87

CMYK Percentages of Color #ceb33e

%0
%13
%70
%19

Triadic Colors of #ceb33e

#ceb33e #3eceb3 #b33ece

Analogous Colors of #ceb33e

#ceb33e #a1ce3e #ce6b3e

Monochromatic Colors of #ceb33e

#ceb33e

Complementary Color

#ceb33e #3e59ce

#ceb33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb33e Color CSS Codes

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

#ceb33e Text Font Color

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

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


#ceb33e Background Color

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

This div background color is #ceb33e


#ceb33e Border Color

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

This div border color is #ceb33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb33e


Comments

No comments written yet.

Please login to write comment.