Color Hex Logo

#ceacbb Color Hex

#CEACBB
(206,172,187)
0 Favorites   0 Comments

Color spaces of #ceacbb

RGB 206172187
HSL0.930.260.74
HSV334°17°81°
CMYK 0.000.170.09   0.19
XYZ49.175846.214753.3422
Yxy46.21470.33060.3107
Hunter Lab67.981410.15441.0646
CIE-Lab73.684614.8255-3.0357

#ceacbb color RGB value is (206,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101100 10111011
Octal 316 254 273
Decimal 206 172 187
Hex CE AC BB

RGB Percentages of Color #ceacbb

%36.46
%30.44
%33.10

CMYK Percentages of Color #ceacbb

%0
%17
%9
%19

Triadic Colors of #ceacbb

#ceacbb #bbceac #acbbce

Analogous Colors of #ceacbb

#ceacbb #ceaeac #ceaccc

Monochromatic Colors of #ceacbb

#ceacbb

Complementary Color

#ceacbb #accebf

#ceacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceacbb Color CSS Codes

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

#ceacbb Text Font Color

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

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


#ceacbb Background Color

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

This div background color is #ceacbb


#ceacbb Border Color

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

This div border color is #ceacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceacbb


Comments

No comments written yet.

Please login to write comment.