Color Hex Logo

#ceb406 Color Hex

#CEB406
(206,180,6)
0 Favorites   0 Comments

Color spaces of #ceb406

RGB 2061806
HSL0.150.940.42
HSV52°97°81°
CMYK 0.000.130.97   0.19
XYZ41.807745.77756.8047
Yxy45.77750.44290.4850
Hunter Lab67.6591-8.105241.3984
CIE-Lab73.4009-5.092974.7714

#ceb406 color RGB value is (206,180,6).

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

The process color (four color CMYK) of #ceb406 color hex is 0.00, 0.13, 0.97, 0.19. Web safe color of #ceb406 is #cccc00. Color #ceb406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 00000110
Octal 316 264 6
Decimal 206 180 6
Hex CE B4 6

RGB Percentages of Color #ceb406

%52.55
%45.92
%1.53

CMYK Percentages of Color #ceb406

%0
%13
%97
%19

Triadic Colors of #ceb406

#ceb406 #06ceb4 #b406ce

Analogous Colors of #ceb406

#ceb406 #84ce06 #ce5006

Monochromatic Colors of #ceb406

#ceb406

Complementary Color

#ceb406 #0620ce

#ceb406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb406 Color CSS Codes

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

#ceb406 Text Font Color

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

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


#ceb406 Background Color

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

This div background color is #ceb406


#ceb406 Border Color

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

This div border color is #ceb406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb406


Comments

No comments written yet.

Please login to write comment.