Color Hex Logo

#ceabc1 Color Hex

#CEABC1
(206,171,193)
0 Favorites   0 Comments

Color spaces of #ceabc1

RGB 206171193
HSL0.900.260.74
HSV322°17°81°
CMYK 0.000.170.06   0.19
XYZ49.642146.097956.7334
Yxy46.09790.32560.3023
Hunter Lab67.895411.6942-2.0159
CIE-Lab73.609016.4162-6.4388

#ceabc1 color RGB value is (206,171,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11000001
Octal 316 253 301
Decimal 206 171 193
Hex CE AB C1

RGB Percentages of Color #ceabc1

%36.14
%30.00
%33.86

CMYK Percentages of Color #ceabc1

%0
%17
%6
%19

Triadic Colors of #ceabc1

#ceabc1 #c1ceab #abc1ce

Analogous Colors of #ceabc1

#ceabc1 #ceabb0 #caabce

Monochromatic Colors of #ceabc1

#ceabc1

Complementary Color

#ceabc1 #abceb8

#ceabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabc1 Color CSS Codes

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

#ceabc1 Text Font Color

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

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


#ceabc1 Background Color

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

This div background color is #ceabc1


#ceabc1 Border Color

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

This div border color is #ceabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabc1


Comments

No comments written yet.

Please login to write comment.