Color Hex Logo

#ceb708 Color Hex

#CEB708
(206,183,8)
0 Favorites   0 Comments

Color spaces of #ceb708

RGB 2061838
HSL0.150.930.42
HSV53°96°81°
CMYK 0.000.110.96   0.19
XYZ42.430947.00637.0665
Yxy47.00630.43970.4871
Hunter Lab68.5611-9.512541.8819
CIE-Lab74.1938-6.630475.1333

#ceb708 color RGB value is (206,183,8).

#ceb708 hex color red value is 206, green value is 183 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ceb708 hue: 0.15 , saturation: 0.93 and the lightness value of ceb708 is 0.42.

The process color (four color CMYK) of #ceb708 color hex is 0.00, 0.11, 0.96, 0.19. Web safe color of #ceb708 is #cccc00. Color #ceb708 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 00001000
Octal 316 267 10
Decimal 206 183 8
Hex CE B7 8

RGB Percentages of Color #ceb708

%51.89
%46.10
%2.02

CMYK Percentages of Color #ceb708

%0
%11
%96
%19

Triadic Colors of #ceb708

#ceb708 #08ceb7 #b708ce

Analogous Colors of #ceb708

#ceb708 #82ce08 #ce5408

Monochromatic Colors of #ceb708

#ceb708

Complementary Color

#ceb708 #081fce

#ceb708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb708 Color CSS Codes

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

#ceb708 Text Font Color

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

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


#ceb708 Background Color

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

This div background color is #ceb708


#ceb708 Border Color

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

This div border color is #ceb708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb708


Comments

No comments written yet.

Please login to write comment.