Color Hex Logo

#ceaec4 Color Hex

#CEAEC4
(206,174,196)
0 Favorites   0 Comments

Color spaces of #ceaec4

RGB 206174196
HSL0.890.250.75
HSV319°16°81°
CMYK 0.000.160.05   0.19
XYZ50.553547.379458.7052
Yxy47.37940.32270.3025
Hunter Lab68.832710.6404-2.3837
CIE-Lab74.431815.3190-6.8635

#ceaec4 color RGB value is (206,174,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 11000100
Octal 316 256 304
Decimal 206 174 196
Hex CE AE C4

RGB Percentages of Color #ceaec4

%35.76
%30.21
%34.03

CMYK Percentages of Color #ceaec4

%0
%16
%5
%19

Triadic Colors of #ceaec4

#ceaec4 #c4ceae #aec4ce

Analogous Colors of #ceaec4

#ceaec4 #ceaeb4 #c8aece

Monochromatic Colors of #ceaec4

#ceaec4

Complementary Color

#ceaec4 #aeceb8

#ceaec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaec4 Color CSS Codes

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

#ceaec4 Text Font Color

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

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


#ceaec4 Background Color

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

This div background color is #ceaec4


#ceaec4 Border Color

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

This div border color is #ceaec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaec4


Comments

No comments written yet.

Please login to write comment.