Color Hex Logo

#cebfc9 Color Hex

#CEBFC9
(206,191,201)
0 Favorites   0 Comments

Color spaces of #cebfc9

RGB 206191201
HSL0.890.130.78
HSV320°81°
CMYK 0.000.070.02   0.19
XYZ54.627054.600562.9181
Yxy54.60050.31730.3172
Hunter Lab73.89222.65021.2399
CIE-Lab78.81067.0461-3.1182

#cebfc9 color RGB value is (206,191,201).

#cebfc9 hex color red value is 206, green value is 191 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #cebfc9 hue: 0.89 , saturation: 0.13 and the lightness value of cebfc9 is 0.78.

The process color (four color CMYK) of #cebfc9 color hex is 0.00, 0.07, 0.02, 0.19. Web safe color of #cebfc9 is #cccccc. Color #cebfc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111111 11001001
Octal 316 277 311
Decimal 206 191 201
Hex CE BF C9

RGB Percentages of Color #cebfc9

%34.45
%31.94
%33.61

CMYK Percentages of Color #cebfc9

%0
%7
%2
%19

Triadic Colors of #cebfc9

#cebfc9 #c9cebf #bfc9ce

Analogous Colors of #cebfc9

#cebfc9 #cebfc2 #ccbfce

Monochromatic Colors of #cebfc9

#cebfc9

Complementary Color

#cebfc9 #bfcec4

#cebfc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebfc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebfc9 Color CSS Codes

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

#cebfc9 Text Font Color

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

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


#cebfc9 Background Color

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

This div background color is #cebfc9


#cebfc9 Border Color

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

This div border color is #cebfc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebfc9


Comments

No comments written yet.

Please login to write comment.