Color Hex Logo

#ceaeba Color Hex

#CEAEBA
(206,174,186)
0 Favorites   0 Comments

Color spaces of #ceaeba

RGB 206174186
HSL0.940.250.75
HSV338°16°81°
CMYK 0.000.160.10   0.19
XYZ49.452646.939152.9081
Yxy46.93910.33120.3144
Hunter Lab68.51218.94652.1721
CIE-Lab74.150813.5679-1.8031

#ceaeba color RGB value is (206,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 10111010
Octal 316 256 272
Decimal 206 174 186
Hex CE AE BA

RGB Percentages of Color #ceaeba

%36.40
%30.74
%32.86

CMYK Percentages of Color #ceaeba

%0
%16
%10
%19

Triadic Colors of #ceaeba

#ceaeba #baceae #aebace

Analogous Colors of #ceaeba

#ceaeba #ceb2ae #ceaeca

Monochromatic Colors of #ceaeba

#ceaeba

Complementary Color

#ceaeba #aecec2

#ceaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaeba Color CSS Codes

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

#ceaeba Text Font Color

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

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


#ceaeba Background Color

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

This div background color is #ceaeba


#ceaeba Border Color

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

This div border color is #ceaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaeba


Comments

No comments written yet.

Please login to write comment.