Color Hex Logo

#ceb4bb Color Hex

#CEB4BB
(206,180,187)
0 Favorites   0 Comments

Color spaces of #ceb4bb

RGB 206180187
HSL0.960.210.76
HSV344°13°81°
CMYK 0.000.130.09   0.19
XYZ50.744549.352253.8651
Yxy49.35220.32960.3205
Hunter Lab70.25115.99653.7151
CIE-Lab75.669910.4918-0.1263

#ceb4bb color RGB value is (206,180,187).

#ceb4bb hex color red value is 206, green value is 180 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ceb4bb hue: 0.96 , saturation: 0.21 and the lightness value of ceb4bb is 0.76.

The process color (four color CMYK) of #ceb4bb color hex is 0.00, 0.13, 0.09, 0.19. Web safe color of #ceb4bb is #cccccc. Color #ceb4bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 10111011
Octal 316 264 273
Decimal 206 180 187
Hex CE B4 BB

RGB Percentages of Color #ceb4bb

%35.95
%31.41
%32.64

CMYK Percentages of Color #ceb4bb

%0
%13
%9
%19

Triadic Colors of #ceb4bb

#ceb4bb #bbceb4 #b4bbce

Analogous Colors of #ceb4bb

#ceb4bb #cebab4 #ceb4c8

Monochromatic Colors of #ceb4bb

#ceb4bb

Complementary Color

#ceb4bb #b4cec7

#ceb4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb4bb Color CSS Codes

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

#ceb4bb Text Font Color

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

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


#ceb4bb Background Color

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

This div background color is #ceb4bb


#ceb4bb Border Color

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

This div border color is #ceb4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb4bb


Comments

No comments written yet.

Please login to write comment.