Color Hex Logo

#ceb8ba Color Hex

#CEB8BA
(206,184,186)
0 Favorites   0 Comments

Color spaces of #ceb8ba

RGB 206184186
HSL0.980.180.76
HSV355°11°81°
CMYK 0.000.110.10   0.19
XYZ51.457050.948053.5762
Yxy50.94800.32990.3266
Hunter Lab71.37793.77115.4615
CIE-Lab76.64758.16771.8425

#ceb8ba color RGB value is (206,184,186).

#ceb8ba hex color red value is 206, green value is 184 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ceb8ba hue: 0.98 , saturation: 0.18 and the lightness value of ceb8ba is 0.76.

The process color (four color CMYK) of #ceb8ba color hex is 0.00, 0.11, 0.10, 0.19. Web safe color of #ceb8ba is #cccccc. Color #ceb8ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 10111010
Octal 316 270 272
Decimal 206 184 186
Hex CE B8 BA

RGB Percentages of Color #ceb8ba

%35.76
%31.94
%32.29

CMYK Percentages of Color #ceb8ba

%0
%11
%10
%19

Triadic Colors of #ceb8ba

#ceb8ba #baceb8 #b8bace

Analogous Colors of #ceb8ba

#ceb8ba #cec1b8 #ceb8c5

Monochromatic Colors of #ceb8ba

#ceb8ba

Complementary Color

#ceb8ba #b8cecc

#ceb8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb8ba Color CSS Codes

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

#ceb8ba Text Font Color

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

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


#ceb8ba Background Color

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

This div background color is #ceb8ba


#ceb8ba Border Color

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

This div border color is #ceb8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb8ba


Comments

No comments written yet.

Please login to write comment.