Color Hex Logo

#ceb4cd Color Hex

#CEB4CD
(206,180,205)
0 Favorites   0 Comments

Color spaces of #ceb4cd

RGB 206180205
HSL0.840.210.76
HSV302°13°81°
CMYK 0.000.130.00   0.19
XYZ52.794350.172164.6592
Yxy50.17210.31500.2993
Hunter Lab70.83239.0872-4.5403
CIE-Lab76.174813.7054-9.1853

#ceb4cd color RGB value is (206,180,205).

#ceb4cd hex color red value is 206, green value is 180 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ceb4cd hue: 0.84 , saturation: 0.21 and the lightness value of ceb4cd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 11001101
Octal 316 264 315
Decimal 206 180 205
Hex CE B4 CD

RGB Percentages of Color #ceb4cd

%34.86
%30.46
%34.69

CMYK Percentages of Color #ceb4cd

%0
%13
%0
%19

Triadic Colors of #ceb4cd

#ceb4cd #cdceb4 #b4cdce

Analogous Colors of #ceb4cd

#ceb4cd #ceb4c0 #c2b4ce

Monochromatic Colors of #ceb4cd

#ceb4cd

Complementary Color

#ceb4cd #b4ceb5

#ceb4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb4cd Color CSS Codes

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

#ceb4cd Text Font Color

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

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


#ceb4cd Background Color

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

This div background color is #ceb4cd


#ceb4cd Border Color

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

This div border color is #ceb4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb4cd


Comments

No comments written yet.

Please login to write comment.