Color Hex Logo

#ceb4ad Color Hex

#CEB4AD
(206,180,173)
0 Favorites   0 Comments

Color spaces of #ceb4ad

RGB 206180173
HSL0.040.250.74
HSV13°16°81°
CMYK 0.000.130.16   0.19
XYZ49.317748.781546.3516
Yxy48.78150.34140.3377
Hunter Lab69.84383.81499.5430
CIE-Lab75.31528.18306.9879

#ceb4ad color RGB value is (206,180,173).

#ceb4ad hex color red value is 206, green value is 180 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ceb4ad hue: 0.04 , saturation: 0.25 and the lightness value of ceb4ad is 0.74.

The process color (four color CMYK) of #ceb4ad color hex is 0.00, 0.13, 0.16, 0.19. Web safe color of #ceb4ad is #cccc99. Color #ceb4ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 10101101
Octal 316 264 255
Decimal 206 180 173
Hex CE B4 AD

RGB Percentages of Color #ceb4ad

%36.85
%32.20
%30.95

CMYK Percentages of Color #ceb4ad

%0
%13
%16
%19

Triadic Colors of #ceb4ad

#ceb4ad #adceb4 #b4adce

Analogous Colors of #ceb4ad

#ceb4ad #cec5ad #ceadb7

Monochromatic Colors of #ceb4ad

#ceb4ad

Complementary Color

#ceb4ad #adc7ce

#ceb4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb4ad Color CSS Codes

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

#ceb4ad Text Font Color

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

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


#ceb4ad Background Color

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

This div background color is #ceb4ad


#ceb4ad Border Color

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

This div border color is #ceb4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb4ad


Comments

No comments written yet.

Please login to write comment.