Color Hex Logo

#ceb93e Color Hex

#CEB93E
(206,185,62)
0 Favorites   0 Comments

Color spaces of #ceb93e

RGB 20618562
HSL0.140.600.53
HSV51°70°81°
CMYK 0.000.100.70   0.19
XYZ43.672148.167511.5529
Yxy48.16750.42240.4659
Hunter Lab69.4028-9.132838.7125
CIE-Lab74.9305-6.115362.0933

#ceb93e color RGB value is (206,185,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00111110
Octal 316 271 76
Decimal 206 185 62
Hex CE B9 3E

RGB Percentages of Color #ceb93e

%45.47
%40.84
%13.69

CMYK Percentages of Color #ceb93e

%0
%10
%70
%19

Triadic Colors of #ceb93e

#ceb93e #3eceb9 #b93ece

Analogous Colors of #ceb93e

#ceb93e #9bce3e #ce713e

Monochromatic Colors of #ceb93e

#ceb93e

Complementary Color

#ceb93e #3e53ce

#ceb93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb93e Color CSS Codes

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

#ceb93e Text Font Color

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

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


#ceb93e Background Color

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

This div background color is #ceb93e


#ceb93e Border Color

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

This div border color is #ceb93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb93e


Comments

No comments written yet.

Please login to write comment.