Color Hex Logo

#cebabd Color Hex

#CEBABD
(206,186,189)
0 Favorites   0 Comments

Color spaces of #cebabd

RGB 206186189
HSL0.980.170.77
HSV351°10°81°
CMYK 0.000.100.08   0.19
XYZ52.197851.913755.4133
Yxy51.91370.32720.3254
Hunter Lab72.05123.22564.8369
CIE-Lab77.22927.60661.0609

#cebabd color RGB value is (206,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 10111101
Octal 316 272 275
Decimal 206 186 189
Hex CE BA BD

RGB Percentages of Color #cebabd

%35.46
%32.01
%32.53

CMYK Percentages of Color #cebabd

%0
%10
%8
%19

Triadic Colors of #cebabd

#cebabd #bdceba #babdce

Analogous Colors of #cebabd

#cebabd #cec1ba #cebac7

Monochromatic Colors of #cebabd

#cebabd

Complementary Color

#cebabd #bacecb

#cebabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebabd Color CSS Codes

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

#cebabd Text Font Color

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

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


#cebabd Background Color

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

This div background color is #cebabd


#cebabd Border Color

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

This div border color is #cebabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebabd


Comments

No comments written yet.

Please login to write comment.