Color Hex Logo

#cebac7 Color Hex

#CEBAC7
(206,186,199)
0 Favorites   0 Comments

Color spaces of #cebac7

RGB 206186199
HSL0.890.170.77
HSV321°10°81°
CMYK 0.000.100.03   0.19
XYZ53.321352.363161.3296
Yxy52.36310.31930.3135
Hunter Lab72.36244.89630.4033
CIE-Lab77.49759.3673-3.9683

#cebac7 color RGB value is (206,186,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 11000111
Octal 316 272 307
Decimal 206 186 199
Hex CE BA C7

RGB Percentages of Color #cebac7

%34.86
%31.47
%33.67

CMYK Percentages of Color #cebac7

%0
%10
%3
%19

Triadic Colors of #cebac7

#cebac7 #c7ceba #bac7ce

Analogous Colors of #cebac7

#cebac7 #cebabd #cbbace

Monochromatic Colors of #cebac7

#cebac7

Complementary Color

#cebac7 #bacec1

#cebac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebac7 Color CSS Codes

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

#cebac7 Text Font Color

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

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


#cebac7 Background Color

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

This div background color is #cebac7


#cebac7 Border Color

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

This div border color is #cebac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebac7


Comments

No comments written yet.

Please login to write comment.