Color Hex Logo

#ceb7c3 Color Hex

#CEB7C3
(206,183,195)
0 Favorites   0 Comments

Color spaces of #ceb7c3

RGB 206183195
HSL0.910.190.76
HSV329°11°81°
CMYK 0.000.110.05   0.19
XYZ52.237450.928958.7068
Yxy50.92890.32270.3146
Hunter Lab71.36455.77061.1812
CIE-Lab76.635910.2674-3.0648

#ceb7c3 color RGB value is (206,183,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 11000011
Octal 316 267 303
Decimal 206 183 195
Hex CE B7 C3

RGB Percentages of Color #ceb7c3

%35.27
%31.34
%33.39

CMYK Percentages of Color #ceb7c3

%0
%11
%5
%19

Triadic Colors of #ceb7c3

#ceb7c3 #c3ceb7 #b7c3ce

Analogous Colors of #ceb7c3

#ceb7c3 #ceb7b8 #ceb7ce

Monochromatic Colors of #ceb7c3

#ceb7c3

Complementary Color

#ceb7c3 #b7cec2

#ceb7c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb7c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb7c3 Color CSS Codes

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

#ceb7c3 Text Font Color

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

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


#ceb7c3 Background Color

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

This div background color is #ceb7c3


#ceb7c3 Border Color

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

This div border color is #ceb7c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb7c3


Comments

No comments written yet.

Please login to write comment.