Color Hex Logo

#ceaeb1 Color Hex

#CEAEB1
(206,174,177)
0 Favorites   0 Comments

Color spaces of #ceaeb1

RGB 206174177
HSL0.980.250.75
HSV354°16°81°
CMYK 0.000.160.14   0.19
XYZ48.525546.568248.0260
Yxy46.56820.33910.3254
Hunter Lab68.24097.50826.0420
CIE-Lab73.912712.06522.7796

#ceaeb1 color RGB value is (206,174,177).

#ceaeb1 hex color red value is 206, green value is 174 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ceaeb1 hue: 0.98 , saturation: 0.25 and the lightness value of ceaeb1 is 0.75.

The process color (four color CMYK) of #ceaeb1 color hex is 0.00, 0.16, 0.14, 0.19. Web safe color of #ceaeb1 is #cc9999. Color #ceaeb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 10110001
Octal 316 256 261
Decimal 206 174 177
Hex CE AE B1

RGB Percentages of Color #ceaeb1

%36.98
%31.24
%31.78

CMYK Percentages of Color #ceaeb1

%0
%16
%14
%19

Triadic Colors of #ceaeb1

#ceaeb1 #b1ceae #aeb1ce

Analogous Colors of #ceaeb1

#ceaeb1 #cebbae #ceaec1

Monochromatic Colors of #ceaeb1

#ceaeb1

Complementary Color

#ceaeb1 #aececb

#ceaeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaeb1 Color CSS Codes

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

#ceaeb1 Text Font Color

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

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


#ceaeb1 Background Color

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

This div background color is #ceaeb1


#ceaeb1 Border Color

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

This div border color is #ceaeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaeb1


Comments

No comments written yet.

Please login to write comment.