Color Hex Logo

#ceb339 Color Hex

#CEB339
(206,179,57)
0 Favorites   0 Comments

Color spaces of #ceb339

RGB 20617957
HSL0.140.600.52
HSV49°72°81°
CMYK 0.000.130.72   0.19
XYZ42.312245.657410.4536
Yxy45.65740.42990.4639
Hunter Lab67.5703-6.472038.1266
CIE-Lab73.3227-3.232262.4250

#ceb339 color RGB value is (206,179,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110011 00111001
Octal 316 263 71
Decimal 206 179 57
Hex CE B3 39

RGB Percentages of Color #ceb339

%46.61
%40.50
%12.90

CMYK Percentages of Color #ceb339

%0
%13
%72
%19

Triadic Colors of #ceb339

#ceb339 #39ceb3 #b339ce

Analogous Colors of #ceb339

#ceb339 #9fce39 #ce6939

Monochromatic Colors of #ceb339

#ceb339

Complementary Color

#ceb339 #3954ce

#ceb339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb339 Color CSS Codes

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

#ceb339 Text Font Color

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

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


#ceb339 Background Color

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

This div background color is #ceb339


#ceb339 Border Color

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

This div border color is #ceb339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb339


Comments

No comments written yet.

Please login to write comment.