Color Hex Logo

#ceace3 Color Hex

#CEACE3
(206,172,227)
0 Favorites   0 Comments

Color spaces of #ceace3

RGB 206172227
HSL0.770.500.78
HSV277°24°89°
CMYK 0.090.240.00   0.11
XYZ54.071348.172979.1215
Yxy48.17290.29810.2656
Hunter Lab69.406717.5987-19.0041
CIE-Lab74.933922.3417-23.0251

#ceace3 color RGB value is (206,172,227).

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

The process color (four color CMYK) of #ceace3 color hex is 0.09, 0.24, 0.00, 0.11. Web safe color of #ceace3 is #cc99cc. Color #ceace3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 11100011
Octal 316 254 343
Decimal 206 172 227
Hex CE AC E3

RGB Percentages of Color #ceace3

%34.05
%28.43
%37.52

CMYK Percentages of Color #ceace3

%9
%24
%0
%11

Triadic Colors of #ceace3

#ceace3 #e3ceac #ace3ce

Analogous Colors of #ceace3

#ceace3 #e3acdd #b3ace3

Monochromatic Colors of #ceace3

#ceace3

Complementary Color

#ceace3 #c1e3ac

#ceace3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceace3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceace3 Color CSS Codes

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

#ceace3 Text Font Color

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

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


#ceace3 Background Color

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

This div background color is #ceace3


#ceace3 Border Color

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

This div border color is #ceace3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceace3


Comments

No comments written yet.

Please login to write comment.