Color Hex Logo

#ceb29f Color Hex

#CEB29F
(206,178,159)
0 Favorites   0 Comments

Color spaces of #ceb29f

RGB 206178159
HSL0.070.320.72
HSV24°23°81°
CMYK 0.000.140.23   0.19
XYZ47.632047.465839.4522
Yxy47.46580.35400.3528
Hunter Lab68.89542.841914.2750
CIE-Lab74.48677.123013.4288

#ceb29f color RGB value is (206,178,159).

#ceb29f hex color red value is 206, green value is 178 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ceb29f hue: 0.07 , saturation: 0.32 and the lightness value of ceb29f is 0.72.

The process color (four color CMYK) of #ceb29f color hex is 0.00, 0.14, 0.23, 0.19. Web safe color of #ceb29f is #cc9999. Color #ceb29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 10011111
Octal 316 262 237
Decimal 206 178 159
Hex CE B2 9F

RGB Percentages of Color #ceb29f

%37.94
%32.78
%29.28

CMYK Percentages of Color #ceb29f

%0
%14
%23
%19

Triadic Colors of #ceb29f

#ceb29f #9fceb2 #b29fce

Analogous Colors of #ceb29f

#ceb29f #ceca9f #ce9fa4

Monochromatic Colors of #ceb29f

#ceb29f

Complementary Color

#ceb29f #9fbbce

#ceb29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb29f Color CSS Codes

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

#ceb29f Text Font Color

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

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


#ceb29f Background Color

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

This div background color is #ceb29f


#ceb29f Border Color

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

This div border color is #ceb29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb29f


Comments

No comments written yet.

Please login to write comment.