Color Hex Logo

#caaebc Color Hex

#CAAEBC
(202,174,188)
0 Favorites   0 Comments

Color spaces of #caaebc

RGB 202174188
HSL0.920.210.74
HSV330°14°79°
CMYK 0.000.140.07   0.21
XYZ48.570346.459553.9846
Yxy46.45950.32590.3118
Hunter Lab68.16127.91340.7544
CIE-Lab73.842712.4899-3.3936

#caaebc color RGB value is (202,174,188).

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

The process color (four color CMYK) of #caaebc color hex is 0.00, 0.14, 0.07, 0.21. Web safe color of #caaebc is #cc99cc. Color #caaebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 10111100
Octal 312 256 274
Decimal 202 174 188
Hex CA AE BC

RGB Percentages of Color #caaebc

%35.82
%30.85
%33.33

CMYK Percentages of Color #caaebc

%0
%14
%7
%21

Triadic Colors of #caaebc

#caaebc #bccaae #aebcca

Analogous Colors of #caaebc

#caaebc #caaeae #caaeca

Monochromatic Colors of #caaebc

#caaebc

Complementary Color

#caaebc #aecabc

#caaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaebc Color CSS Codes

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

#caaebc Text Font Color

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

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


#caaebc Background Color

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

This div background color is #caaebc


#caaebc Border Color

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

This div border color is #caaebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,174,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 #caaebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaebc


Comments

No comments written yet.

Please login to write comment.