Color Hex Logo

#ceaceb Color Hex

#CEACEB
(206,172,235)
0 Favorites   0 Comments

Color spaces of #ceaceb

RGB 206172235
HSL0.760.610.80
HSV272°27°92°
CMYK 0.120.270.00   0.08
XYZ55.201548.625085.0734
Yxy48.62500.29220.2574
Hunter Lab69.731619.2752-23.5224
CIE-Lab75.217423.9860-26.9363

#ceaceb color RGB value is (206,172,235).

#ceaceb hex color red value is 206, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ceaceb hue: 0.76 , saturation: 0.61 and the lightness value of ceaceb is 0.80.

The process color (four color CMYK) of #ceaceb color hex is 0.12, 0.27, 0.00, 0.08. Web safe color of #ceaceb is #cc99ff. Color #ceaceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 11101011
Octal 316 254 353
Decimal 206 172 235
Hex CE AC EB

RGB Percentages of Color #ceaceb

%33.61
%28.06
%38.34

CMYK Percentages of Color #ceaceb

%12
%27
%0
%8

Triadic Colors of #ceaceb

#ceaceb #ebceac #acebce

Analogous Colors of #ceaceb

#ceaceb #ebace9 #afaceb

Monochromatic Colors of #ceaceb

#ceaceb

Complementary Color

#ceaceb #c9ebac

#ceaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaceb Color CSS Codes

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

#ceaceb Text Font Color

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

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


#ceaceb Background Color

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

This div background color is #ceaceb


#ceaceb Border Color

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

This div border color is #ceaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaceb


Comments

No comments written yet.

Please login to write comment.