Color Hex Logo

#cebaa1 Color Hex

#CEBAA1
(206,186,161)
0 Favorites   0 Comments

Color spaces of #cebaa1

RGB 206186161
HSL0.090.310.72
HSV33°22°81°
CMYK 0.000.100.22   0.19
XYZ49.445550.812840.9200
Yxy50.81280.35020.3599
Hunter Lab71.2831-0.928915.8628
CIE-Lab76.56553.140615.2661

#cebaa1 color RGB value is (206,186,161).

#cebaa1 hex color red value is 206, green value is 186 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #cebaa1 hue: 0.09 , saturation: 0.31 and the lightness value of cebaa1 is 0.72.

The process color (four color CMYK) of #cebaa1 color hex is 0.00, 0.10, 0.22, 0.19. Web safe color of #cebaa1 is #cccc99. Color #cebaa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 10100001
Octal 316 272 241
Decimal 206 186 161
Hex CE BA A1

RGB Percentages of Color #cebaa1

%37.25
%33.63
%29.11

CMYK Percentages of Color #cebaa1

%0
%10
%22
%19

Triadic Colors of #cebaa1

#cebaa1 #a1ceba #baa1ce

Analogous Colors of #cebaa1

#cebaa1 #cccea1 #cea4a1

Monochromatic Colors of #cebaa1

#cebaa1

Complementary Color

#cebaa1 #a1b5ce

#cebaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebaa1 Color CSS Codes

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

#cebaa1 Text Font Color

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

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


#cebaa1 Background Color

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

This div background color is #cebaa1


#cebaa1 Border Color

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

This div border color is #cebaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebaa1


Comments

No comments written yet.

Please login to write comment.