Color Hex Logo

#ceace1 Color Hex

#CEACE1
(206,172,225)
0 Favorites   0 Comments

Color spaces of #ceace1

RGB 206172225
HSL0.770.470.78
HSV278°24°88°
CMYK 0.080.240.00   0.12
XYZ53.796748.063177.6759
Yxy48.06310.29960.2677
Hunter Lab69.327617.1890-17.9003
CIE-Lab74.864721.9372-22.0425

#ceace1 color RGB value is (206,172,225).

#ceace1 hex color red value is 206, green value is 172 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ceace1 hue: 0.77 , saturation: 0.47 and the lightness value of ceace1 is 0.78.

The process color (four color CMYK) of #ceace1 color hex is 0.08, 0.24, 0.00, 0.12. Web safe color of #ceace1 is #cc99cc. Color #ceace1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 11100001
Octal 316 254 341
Decimal 206 172 225
Hex CE AC E1

RGB Percentages of Color #ceace1

%34.16
%28.52
%37.31

CMYK Percentages of Color #ceace1

%8
%24
%0
%12

Triadic Colors of #ceace1

#ceace1 #e1ceac #ace1ce

Analogous Colors of #ceace1

#ceace1 #e1acda #b4ace1

Monochromatic Colors of #ceace1

#ceace1

Complementary Color

#ceace1 #bfe1ac

#ceace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceace1 Color CSS Codes

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

#ceace1 Text Font Color

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

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


#ceace1 Background Color

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

This div background color is #ceace1


#ceace1 Border Color

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

This div border color is #ceace1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceace1


Comments

No comments written yet.

Please login to write comment.