Color Hex Logo

#ceabc7 Color Hex

#CEABC7
(206,171,199)
0 Favorites   0 Comments

Color spaces of #ceabc7

RGB 206171199
HSL0.870.260.74
HSV312°17°81°
CMYK 0.000.170.03   0.19
XYZ50.325346.371260.3309
Yxy46.37120.32050.2953
Hunter Lab68.096412.7482-4.8613
CIE-Lab73.785817.4932-9.4663

#ceabc7 color RGB value is (206,171,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11000111
Octal 316 253 307
Decimal 206 171 199
Hex CE AB C7

RGB Percentages of Color #ceabc7

%35.76
%29.69
%34.55

CMYK Percentages of Color #ceabc7

%0
%17
%3
%19

Triadic Colors of #ceabc7

#ceabc7 #c7ceab #abc7ce

Analogous Colors of #ceabc7

#ceabc7 #ceabb6 #c4abce

Monochromatic Colors of #ceabc7

#ceabc7

Complementary Color

#ceabc7 #abceb2

#ceabc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabc7 Color CSS Codes

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

#ceabc7 Text Font Color

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

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


#ceabc7 Background Color

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

This div background color is #ceabc7


#ceabc7 Border Color

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

This div border color is #ceabc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabc7


Comments

No comments written yet.

Please login to write comment.