Color Hex Logo

#ceabd3 Color Hex

#CEABD3
(206,171,211)
0 Favorites   0 Comments

Color spaces of #ceabd3

RGB 206171211
HSL0.810.310.75
HSV293°19°83°
CMYK 0.020.190.00   0.17
XYZ51.774446.950867.9616
Yxy46.95080.31060.2817
Hunter Lab68.520714.9640-10.8418
CIE-Lab74.158319.7332-15.4766

#ceabd3 color RGB value is (206,171,211).

#ceabd3 hex color red value is 206, green value is 171 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #ceabd3 hue: 0.81 , saturation: 0.31 and the lightness value of ceabd3 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11010011
Octal 316 253 323
Decimal 206 171 211
Hex CE AB D3

RGB Percentages of Color #ceabd3

%35.03
%29.08
%35.88

CMYK Percentages of Color #ceabd3

%2
%19
%0
%17

Triadic Colors of #ceabd3

#ceabd3 #d3ceab #abd3ce

Analogous Colors of #ceabd3

#ceabd3 #d3abc4 #baabd3

Monochromatic Colors of #ceabd3

#ceabd3

Complementary Color

#ceabd3 #b0d3ab

#ceabd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabd3 Color CSS Codes

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

#ceabd3 Text Font Color

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

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


#ceabd3 Background Color

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

This div background color is #ceabd3


#ceabd3 Border Color

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

This div border color is #ceabd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabd3


Comments

No comments written yet.

Please login to write comment.