Color Hex Logo

#ceabca Color Hex

#CEABCA
(206,171,202)
0 Favorites   0 Comments

Color spaces of #ceabca

RGB 206171202
HSL0.850.260.74
HSV307°17°81°
CMYK 0.000.170.02   0.19
XYZ50.677246.511962.1838
Yxy46.51190.31800.2918
Hunter Lab68.199613.2889-6.3203
CIE-Lab73.876518.0428-10.9747

#ceabca color RGB value is (206,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 11001010
Octal 316 253 312
Decimal 206 171 202
Hex CE AB CA

RGB Percentages of Color #ceabca

%35.58
%29.53
%34.89

CMYK Percentages of Color #ceabca

%0
%17
%2
%19

Triadic Colors of #ceabca

#ceabca #caceab #abcace

Analogous Colors of #ceabca

#ceabca #ceabb9 #c1abce

Monochromatic Colors of #ceabca

#ceabca

Complementary Color

#ceabca #abceaf

#ceabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabca Color CSS Codes

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

#ceabca Text Font Color

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

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


#ceabca Background Color

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

This div background color is #ceabca


#ceabca Border Color

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

This div border color is #ceabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabca


Comments

No comments written yet.

Please login to write comment.