Color Hex Logo

#ceb7be Color Hex

#CEB7BE
(206,183,190)
0 Favorites   0 Comments

Color spaces of #ceb7be

RGB 206183190
HSL0.950.190.76
HSV342°11°81°
CMYK 0.000.110.08   0.19
XYZ51.681350.706555.7786
Yxy50.70650.32680.3206
Hunter Lab71.20854.93593.4033
CIE-Lab76.50099.3910-0.5449

#ceb7be color RGB value is (206,183,190).

#ceb7be hex color red value is 206, green value is 183 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ceb7be hue: 0.95 , saturation: 0.19 and the lightness value of ceb7be is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 10111110
Octal 316 267 276
Decimal 206 183 190
Hex CE B7 BE

RGB Percentages of Color #ceb7be

%35.58
%31.61
%32.82

CMYK Percentages of Color #ceb7be

%0
%11
%8
%19

Triadic Colors of #ceb7be

#ceb7be #beceb7 #b7bece

Analogous Colors of #ceb7be

#ceb7be #cebcb7 #ceb7ca

Monochromatic Colors of #ceb7be

#ceb7be

Complementary Color

#ceb7be #b7cec7

#ceb7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb7be Color CSS Codes

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

#ceb7be Text Font Color

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

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


#ceb7be Background Color

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

This div background color is #ceb7be


#ceb7be Border Color

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

This div border color is #ceb7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb7be


Comments

No comments written yet.

Please login to write comment.