Color Hex Logo

#ceb04f Color Hex

#CEB04F
(206,176,79)
0 Favorites   0 Comments

Color spaces of #ceb04f

RGB 20617679
HSL0.130.560.56
HSV46°62°81°
CMYK 0.000.150.62   0.19
XYZ42.390244.737013.7980
Yxy44.73700.42000.4433
Hunter Lab66.8857-3.922034.5889
CIE-Lab72.7184-0.393052.5053

#ceb04f color RGB value is (206,176,79).

#ceb04f hex color red value is 206, green value is 176 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ceb04f hue: 0.13 , saturation: 0.56 and the lightness value of ceb04f is 0.56.

The process color (four color CMYK) of #ceb04f color hex is 0.00, 0.15, 0.62, 0.19. Web safe color of #ceb04f is #cc9966. Color #ceb04f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01001111
Octal 316 260 117
Decimal 206 176 79
Hex CE B0 4F

RGB Percentages of Color #ceb04f

%44.69
%38.18
%17.14

CMYK Percentages of Color #ceb04f

%0
%15
%62
%19

Triadic Colors of #ceb04f

#ceb04f #4fceb0 #b04fce

Analogous Colors of #ceb04f

#ceb04f #adce4f #ce714f

Monochromatic Colors of #ceb04f

#ceb04f

Complementary Color

#ceb04f #4f6dce

#ceb04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb04f Color CSS Codes

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

#ceb04f Text Font Color

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

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


#ceb04f Background Color

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

This div background color is #ceb04f


#ceb04f Border Color

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

This div border color is #ceb04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb04f


Comments

No comments written yet.

Please login to write comment.