Color Hex Logo

#ceb078 Color Hex

#CEB078
(206,176,120)
0 Favorites   0 Comments

Color spaces of #ceb078

RGB 206176120
HSL0.110.470.64
HSV39°42°81°
CMYK 0.000.150.42   0.19
XYZ44.369145.528524.2187
Yxy45.52850.38880.3990
Hunter Lab67.4748-0.705525.9514
CIE-Lab73.23853.219232.6807

#ceb078 color RGB value is (206,176,120).

#ceb078 hex color red value is 206, green value is 176 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ceb078 hue: 0.11 , saturation: 0.47 and the lightness value of ceb078 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01111000
Octal 316 260 170
Decimal 206 176 120
Hex CE B0 78

RGB Percentages of Color #ceb078

%41.04
%35.06
%23.90

CMYK Percentages of Color #ceb078

%0
%15
%42
%19

Triadic Colors of #ceb078

#ceb078 #78ceb0 #b078ce

Analogous Colors of #ceb078

#ceb078 #c1ce78 #ce8578

Monochromatic Colors of #ceb078

#ceb078

Complementary Color

#ceb078 #7896ce

#ceb078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb078 Color CSS Codes

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

#ceb078 Text Font Color

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

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


#ceb078 Background Color

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

This div background color is #ceb078


#ceb078 Border Color

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

This div border color is #ceb078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb078


Comments

No comments written yet.

Please login to write comment.