Color Hex Logo

#ceabbe Color Hex

#CEABBE
(206,171,190)
0 Favorites   0 Comments

Color spaces of #ceabbe

RGB 206171190
HSL0.910.260.74
HSV327°17°81°
CMYK 0.000.170.08   0.19
XYZ49.310845.965354.9884
Yxy45.96530.32820.3059
Hunter Lab67.797711.1811-0.6297
CIE-Lab73.523015.8891-4.9199

#ceabbe color RGB value is (206,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 10111110
Octal 316 253 276
Decimal 206 171 190
Hex CE AB BE

RGB Percentages of Color #ceabbe

%36.33
%30.16
%33.51

CMYK Percentages of Color #ceabbe

%0
%17
%8
%19

Triadic Colors of #ceabbe

#ceabbe #beceab #abbece

Analogous Colors of #ceabbe

#ceabbe #ceabad #cdabce

Monochromatic Colors of #ceabbe

#ceabbe

Complementary Color

#ceabbe #abcebb

#ceabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceabbe Color CSS Codes

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

#ceabbe Text Font Color

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

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


#ceabbe Background Color

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

This div background color is #ceabbe


#ceabbe Border Color

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

This div border color is #ceabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceabbe


Comments

No comments written yet.

Please login to write comment.