Color Hex Logo

#ceb8dc Color Hex

#CEB8DC
(206,184,220)
0 Favorites   0 Comments

Color spaces of #ceb8dc

RGB 206184220
HSL0.770.340.79
HSV277°16°86°
CMYK 0.060.160.00   0.14
XYZ55.512452.570174.9314
Yxy52.57010.30330.2872
Hunter Lab72.50529.7813-10.5203
CIE-Lab77.620514.4097-15.1612

#ceb8dc color RGB value is (206,184,220).

#ceb8dc hex color red value is 206, green value is 184 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ceb8dc hue: 0.77 , saturation: 0.34 and the lightness value of ceb8dc is 0.79.

The process color (four color CMYK) of #ceb8dc color hex is 0.06, 0.16, 0.00, 0.14. Web safe color of #ceb8dc is #cccccc. Color #ceb8dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 11011100
Octal 316 270 334
Decimal 206 184 220
Hex CE B8 DC

RGB Percentages of Color #ceb8dc

%33.77
%30.16
%36.07

CMYK Percentages of Color #ceb8dc

%6
%16
%0
%14

Triadic Colors of #ceb8dc

#ceb8dc #dcceb8 #b8dcce

Analogous Colors of #ceb8dc

#ceb8dc #dcb8d8 #bcb8dc

Monochromatic Colors of #ceb8dc

#ceb8dc

Complementary Color

#ceb8dc #c6dcb8

#ceb8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb8dc Color CSS Codes

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

#ceb8dc Text Font Color

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

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


#ceb8dc Background Color

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

This div background color is #ceb8dc


#ceb8dc Border Color

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

This div border color is #ceb8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb8dc


Comments

No comments written yet.

Please login to write comment.