Color Hex Logo

#ceb26e Color Hex

#CEB26E
(206,178,110)
0 Favorites   0 Comments

Color spaces of #ceb26e

RGB 206178110
HSL0.120.490.62
HSV43°47°81°
CMYK 0.000.140.47   0.19
XYZ44.188546.088421.3188
Yxy46.08840.39600.4130
Hunter Lab67.8884-2.619328.9032
CIE-Lab73.60291.121938.3524

#ceb26e color RGB value is (206,178,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 01101110
Octal 316 262 156
Decimal 206 178 110
Hex CE B2 6E

RGB Percentages of Color #ceb26e

%41.70
%36.03
%22.27

CMYK Percentages of Color #ceb26e

%0
%14
%47
%19

Triadic Colors of #ceb26e

#ceb26e #6eceb2 #b26ece

Analogous Colors of #ceb26e

#ceb26e #bace6e #ce826e

Monochromatic Colors of #ceb26e

#ceb26e

Complementary Color

#ceb26e #6e8ace

#ceb26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb26e Color CSS Codes

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

#ceb26e Text Font Color

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

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


#ceb26e Background Color

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

This div background color is #ceb26e


#ceb26e Border Color

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

This div border color is #ceb26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb26e


Comments

No comments written yet.

Please login to write comment.