Color Hex Logo

#ceaabc Color Hex

#CEAABC
(206,170,188)
0 Favorites   0 Comments

Color spaces of #ceaabc

RGB 206170188
HSL0.920.270.74
HSV330°17°81°
CMYK 0.000.170.09   0.19
XYZ48.905445.502153.7821
Yxy45.50210.33000.3071
Hunter Lab67.455211.3667-0.0533
CIE-Lab73.221316.0856-4.2668

#ceaabc color RGB value is (206,170,188).

#ceaabc hex color red value is 206, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ceaabc hue: 0.92 , saturation: 0.27 and the lightness value of ceaabc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 10111100
Octal 316 252 274
Decimal 206 170 188
Hex CE AA BC

RGB Percentages of Color #ceaabc

%36.52
%30.14
%33.33

CMYK Percentages of Color #ceaabc

%0
%17
%9
%19

Triadic Colors of #ceaabc

#ceaabc #bcceaa #aabcce

Analogous Colors of #ceaabc

#ceaabc #ceaaaa #ceaace

Monochromatic Colors of #ceaabc

#ceaabc

Complementary Color

#ceaabc #aacebc

#ceaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaabc Color CSS Codes

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

#ceaabc Text Font Color

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

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


#ceaabc Background Color

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

This div background color is #ceaabc


#ceaabc Border Color

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

This div border color is #ceaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaabc


Comments

No comments written yet.

Please login to write comment.