Color Hex Logo

#ceb26d Color Hex

#CEB26D
(206,178,109)
0 Favorites   0 Comments

Color spaces of #ceb26d

RGB 206178109
HSL0.120.500.62
HSV43°47°81°
CMYK 0.000.140.47   0.19
XYZ44.134346.066721.0336
Yxy46.06670.39680.4141
Hunter Lab67.8725-2.706529.1368
CIE-Lab73.58881.024138.8484

#ceb26d color RGB value is (206,178,109).

#ceb26d hex color red value is 206, green value is 178 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ceb26d hue: 0.12 , saturation: 0.50 and the lightness value of ceb26d is 0.62.

The process color (four color CMYK) of #ceb26d color hex is 0.00, 0.14, 0.47, 0.19. Web safe color of #ceb26d is #cc9966. Color #ceb26d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 01101101
Octal 316 262 155
Decimal 206 178 109
Hex CE B2 6D

RGB Percentages of Color #ceb26d

%41.78
%36.11
%22.11

CMYK Percentages of Color #ceb26d

%0
%14
%47
%19

Triadic Colors of #ceb26d

#ceb26d #6dceb2 #b26dce

Analogous Colors of #ceb26d

#ceb26d #bace6d #ce826d

Monochromatic Colors of #ceb26d

#ceb26d

Complementary Color

#ceb26d #6d89ce

#ceb26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb26d Color CSS Codes

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

#ceb26d Text Font Color

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

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


#ceb26d Background Color

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

This div background color is #ceb26d


#ceb26d Border Color

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

This div border color is #ceb26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb26d


Comments

No comments written yet.

Please login to write comment.