Color Hex Logo

#ceb93b Color Hex

#CEB93B
(206,185,59)
0 Favorites   0 Comments

Color spaces of #ceb93b

RGB 20618559
HSL0.140.600.52
HSV51°71°81°
CMYK 0.000.100.71   0.19
XYZ43.592048.135511.1312
Yxy48.13550.42380.4680
Hunter Lab69.3798-9.261239.0534
CIE-Lab74.9103-6.264563.2249

#ceb93b color RGB value is (206,185,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00111011
Octal 316 271 73
Decimal 206 185 59
Hex CE B9 3B

RGB Percentages of Color #ceb93b

%45.78
%41.11
%13.11

CMYK Percentages of Color #ceb93b

%0
%10
%71
%19

Triadic Colors of #ceb93b

#ceb93b #3bceb9 #b93bce

Analogous Colors of #ceb93b

#ceb93b #9ace3b #ce703b

Monochromatic Colors of #ceb93b

#ceb93b

Complementary Color

#ceb93b #3b50ce

#ceb93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb93b Color CSS Codes

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

#ceb93b Text Font Color

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

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


#ceb93b Background Color

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

This div background color is #ceb93b


#ceb93b Border Color

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

This div border color is #ceb93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb93b


Comments

No comments written yet.

Please login to write comment.