Color Hex Logo

#ceabea Color Hex

#CEABEA
(206,171,234)
0 Favorites   0 Comments

Color spaces of #ceabea

RGB 206171234
HSL0.760.600.79
HSV273°27°92°
CMYK 0.120.270.00   0.08
XYZ54.867848.188184.2513
Yxy48.18810.29290.2573
Hunter Lab69.417619.6057-23.3671
CIE-Lab74.943424.3249-26.8135

#ceabea color RGB value is (206,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11101010
Octal 316 253 352
Decimal 206 171 234
Hex CE AB EA

RGB Percentages of Color #ceabea

%33.72
%27.99
%38.30

CMYK Percentages of Color #ceabea

%12
%27
%0
%8

Triadic Colors of #ceabea

#ceabea #eaceab #abeace

Analogous Colors of #ceabea

#ceabea #eaabe7 #afabea

Monochromatic Colors of #ceabea

#ceabea

Complementary Color

#ceabea #c7eaab

#ceabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabea Color CSS Codes

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

#ceabea Text Font Color

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

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


#ceabea Background Color

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

This div background color is #ceabea


#ceabea Border Color

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

This div border color is #ceabea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,171,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 #ceabea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabea


Comments

No comments written yet.

Please login to write comment.