Color Hex Logo

#ceabcf Color Hex

#CEABCF
(206,171,207)
0 Favorites   0 Comments

Color spaces of #ceabcf

RGB 206171207
HSL0.830.270.74
HSV298°17°81°
CMYK 0.000.170.00   0.19
XYZ51.279046.752665.3529
Yxy46.75260.31390.2862
Hunter Lab68.375914.2096-8.8056
CIE-Lab74.031218.9743-13.4801

#ceabcf color RGB value is (206,171,207).

#ceabcf hex color red value is 206, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ceabcf hue: 0.83 , saturation: 0.27 and the lightness value of ceabcf is 0.74.

The process color (four color CMYK) of #ceabcf color hex is 0.00, 0.17, 0.00, 0.19. Web safe color of #ceabcf is #cc99cc. Color #ceabcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11001111
Octal 316 253 317
Decimal 206 171 207
Hex CE AB CF

RGB Percentages of Color #ceabcf

%35.27
%29.28
%35.45

CMYK Percentages of Color #ceabcf

%0
%17
%0
%19

Triadic Colors of #ceabcf

#ceabcf #cfceab #abcfce

Analogous Colors of #ceabcf

#ceabcf #cfabbe #bcabcf

Monochromatic Colors of #ceabcf

#ceabcf

Complementary Color

#ceabcf #accfab

#ceabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabcf Color CSS Codes

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

#ceabcf Text Font Color

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

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


#ceabcf Background Color

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

This div background color is #ceabcf


#ceabcf Border Color

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

This div border color is #ceabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabcf


Comments

No comments written yet.

Please login to write comment.