Color Hex Logo

#ceaeb4 Color Hex

#CEAEB4
(206,174,180)
0 Favorites   0 Comments

Color spaces of #ceaeb4

RGB 206174180
HSL0.970.250.75
HSV349°16°81°
CMYK 0.000.160.13   0.19
XYZ48.827946.689249.6184
Yxy46.68920.33640.3217
Hunter Lab68.32957.97854.7764
CIE-Lab73.990512.55821.2494

#ceaeb4 color RGB value is (206,174,180).

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

The process color (four color CMYK) of #ceaeb4 color hex is 0.00, 0.16, 0.13, 0.19. Web safe color of #ceaeb4 is #cc99cc. Color #ceaeb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 10110100
Octal 316 256 264
Decimal 206 174 180
Hex CE AE B4

RGB Percentages of Color #ceaeb4

%36.79
%31.07
%32.14

CMYK Percentages of Color #ceaeb4

%0
%16
%13
%19

Triadic Colors of #ceaeb4

#ceaeb4 #b4ceae #aeb4ce

Analogous Colors of #ceaeb4

#ceaeb4 #ceb8ae #ceaec4

Monochromatic Colors of #ceaeb4

#ceaeb4

Complementary Color

#ceaeb4 #aecec8

#ceaeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaeb4 Color CSS Codes

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

#ceaeb4 Text Font Color

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

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


#ceaeb4 Background Color

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

This div background color is #ceaeb4


#ceaeb4 Border Color

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

This div border color is #ceaeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaeb4


Comments

No comments written yet.

Please login to write comment.