Color Hex Logo

#ceabed Color Hex

#CEABED
(206,171,237)
0 Favorites   0 Comments

Color spaces of #ceabed

RGB 206171237
HSL0.760.650.80
HSV272°28°93°
CMYK 0.130.280.00   0.07
XYZ55.302648.362186.5408
Yxy48.36210.29080.2543
Hunter Lab69.542920.2486-25.1019
CIE-Lab75.052724.9504-28.2733

#ceabed color RGB value is (206,171,237).

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

The process color (four color CMYK) of #ceabed color hex is 0.13, 0.28, 0.00, 0.07. Web safe color of #ceabed is #cc99ff. Color #ceabed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11101101
Octal 316 253 355
Decimal 206 171 237
Hex CE AB ED

RGB Percentages of Color #ceabed

%33.55
%27.85
%38.60

CMYK Percentages of Color #ceabed

%13
%28
%0
%7

Triadic Colors of #ceabed

#ceabed #edceab #abedce

Analogous Colors of #ceabed

#ceabed #edabeb #adabed

Monochromatic Colors of #ceabed

#ceabed

Complementary Color

#ceabed #caedab

#ceabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabed Color CSS Codes

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

#ceabed Text Font Color

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

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


#ceabed Background Color

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

This div background color is #ceabed


#ceabed Border Color

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

This div border color is #ceabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabed


Comments

No comments written yet.

Please login to write comment.