Color Hex Logo

#ceb26b Color Hex

#CEB26B
(206,178,107)
0 Favorites   0 Comments

Color spaces of #ceb26b

RGB 206178107
HSL0.120.500.61
HSV43°48°81°
CMYK 0.000.140.48   0.19
XYZ44.027846.024120.4729
Yxy46.02410.39840.4164
Hunter Lab67.8411-2.878129.5964
CIE-Lab73.56120.831539.8373

#ceb26b color RGB value is (206,178,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 01101011
Octal 316 262 153
Decimal 206 178 107
Hex CE B2 6B

RGB Percentages of Color #ceb26b

%41.96
%36.25
%21.79

CMYK Percentages of Color #ceb26b

%0
%14
%48
%19

Triadic Colors of #ceb26b

#ceb26b #6bceb2 #b26bce

Analogous Colors of #ceb26b

#ceb26b #b9ce6b #ce816b

Monochromatic Colors of #ceb26b

#ceb26b

Complementary Color

#ceb26b #6b87ce

#ceb26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb26b Color CSS Codes

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

#ceb26b Text Font Color

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

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


#ceb26b Background Color

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

This div background color is #ceb26b


#ceb26b Border Color

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

This div border color is #ceb26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb26b


Comments

No comments written yet.

Please login to write comment.