Color Hex Logo

#ceb333 Color Hex

#CEB333
(206,179,51)
0 Favorites   0 Comments

Color spaces of #ceb333

RGB 20617951
HSL0.140.610.50
HSV50°75°81°
CMYK 0.000.130.75   0.19
XYZ42.171245.60109.7112
Yxy45.60100.43260.4678
Hunter Lab67.5285-6.702638.7435
CIE-Lab73.2859-3.498264.5830

#ceb333 color RGB value is (206,179,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 00110011
Octal 316 263 63
Decimal 206 179 51
Hex CE B3 33

RGB Percentages of Color #ceb333

%47.25
%41.06
%11.70

CMYK Percentages of Color #ceb333

%0
%13
%75
%19

Triadic Colors of #ceb333

#ceb333 #33ceb3 #b333ce

Analogous Colors of #ceb333

#ceb333 #9cce33 #ce6633

Monochromatic Colors of #ceb333

#ceb333

Complementary Color

#ceb333 #334ece

#ceb333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb333 Color CSS Codes

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

#ceb333 Text Font Color

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

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


#ceb333 Background Color

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

This div background color is #ceb333


#ceb333 Border Color

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

This div border color is #ceb333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb333


Comments

No comments written yet.

Please login to write comment.