Color Hex Logo

#ceb133 Color Hex

#CEB133
(206,177,51)
0 Favorites   0 Comments

Color spaces of #ceb133

RGB 20617751
HSL0.140.610.50
HSV49°75°81°
CMYK 0.000.140.75   0.19
XYZ41.773344.80519.5785
Yxy44.80510.43440.4660
Hunter Lab66.9366-5.742138.3713
CIE-Lab72.7634-2.449264.0910

#ceb133 color RGB value is (206,177,51).

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

The process color (four color CMYK) of #ceb133 color hex is 0.00, 0.14, 0.75, 0.19. Web safe color of #ceb133 is #cc9933. Color #ceb133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 00110011
Octal 316 261 63
Decimal 206 177 51
Hex CE B1 33

RGB Percentages of Color #ceb133

%47.47
%40.78
%11.75

CMYK Percentages of Color #ceb133

%0
%14
%75
%19

Triadic Colors of #ceb133

#ceb133 #33ceb1 #b133ce

Analogous Colors of #ceb133

#ceb133 #9ece33 #ce6433

Monochromatic Colors of #ceb133

#ceb133

Complementary Color

#ceb133 #3350ce

#ceb133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb133 Color CSS Codes

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

#ceb133 Text Font Color

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

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


#ceb133 Background Color

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

This div background color is #ceb133


#ceb133 Border Color

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

This div border color is #ceb133


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,177,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 #ceb133">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb133


Comments

No comments written yet.

Please login to write comment.