Color Hex Logo

#ceb1bb Color Hex

#CEB1BB
(206,177,187)
0 Favorites   0 Comments

Color spaces of #ceb1bb

RGB 206177187
HSL0.940.230.75
HSV339°14°81°
CMYK 0.000.140.09   0.19
XYZ50.145448.153953.6654
Yxy48.15390.33000.3169
Hunter Lab69.39307.55152.7229
CIE-Lab74.921912.1135-1.2203

#ceb1bb color RGB value is (206,177,187).

#ceb1bb hex color red value is 206, green value is 177 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ceb1bb hue: 0.94 , saturation: 0.23 and the lightness value of ceb1bb is 0.75.

The process color (four color CMYK) of #ceb1bb color hex is 0.00, 0.14, 0.09, 0.19. Web safe color of #ceb1bb is #cc99cc. Color #ceb1bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 10111011
Octal 316 261 273
Decimal 206 177 187
Hex CE B1 BB

RGB Percentages of Color #ceb1bb

%36.14
%31.05
%32.81

CMYK Percentages of Color #ceb1bb

%0
%14
%9
%19

Triadic Colors of #ceb1bb

#ceb1bb #bbceb1 #b1bbce

Analogous Colors of #ceb1bb

#ceb1bb #ceb6b1 #ceb1ca

Monochromatic Colors of #ceb1bb

#ceb1bb

Complementary Color

#ceb1bb #b1cec4

#ceb1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb1bb Color CSS Codes

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

#ceb1bb Text Font Color

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

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


#ceb1bb Background Color

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

This div background color is #ceb1bb


#ceb1bb Border Color

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

This div border color is #ceb1bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,177,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 #ceb1bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb1bb


Comments

No comments written yet.

Please login to write comment.