Color Hex Logo

#ceacea Color Hex

#CEACEA
(206,172,234)
1 Favorites   0 Comments

Color spaces of #ceacea

RGB 206172234
HSL0.760.600.80
HSV273°26°92°
CMYK 0.120.260.00   0.08
XYZ55.057448.567484.3145
Yxy48.56740.29300.2584
Hunter Lab69.690319.0622-22.9485
CIE-Lab75.181423.7780-26.4491

#ceacea color RGB value is (206,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 11101010
Octal 316 254 352
Decimal 206 172 234
Hex CE AC EA

RGB Percentages of Color #ceacea

%33.66
%28.10
%38.24

CMYK Percentages of Color #ceacea

%12
%26
%0
%8

Triadic Colors of #ceacea

#ceacea #eaceac #aceace

Analogous Colors of #ceacea

#ceacea #eaace7 #afacea

Monochromatic Colors of #ceacea

#ceacea

Complementary Color

#ceacea #c8eaac

#ceacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacea Color CSS Codes

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

#ceacea Text Font Color

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

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


#ceacea Background Color

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

This div background color is #ceacea


#ceacea Border Color

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

This div border color is #ceacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacea


Comments

No comments written yet.

Please login to write comment.