Color Hex Logo

#caaebb Color Hex

#CAAEBB
(202,174,187)
0 Favorites   0 Comments

Color spaces of #caaebb

RGB 202174187
HSL0.920.210.74
HSV332°14°79°
CMYK 0.000.140.07   0.21
XYZ48.462846.416553.4187
Yxy46.41650.32680.3130
Hunter Lab68.12977.74591.2030
CIE-Lab73.815012.3143-2.8863

#caaebb color RGB value is (202,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 10111011
Octal 312 256 273
Decimal 202 174 187
Hex CA AE BB

RGB Percentages of Color #caaebb

%35.88
%30.91
%33.21

CMYK Percentages of Color #caaebb

%0
%14
%7
%21

Triadic Colors of #caaebb

#caaebb #bbcaae #aebbca

Analogous Colors of #caaebb

#caaebb #caafae #caaec9

Monochromatic Colors of #caaebb

#caaebb

Complementary Color

#caaebb #aecabd

#caaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaebb Color CSS Codes

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

#caaebb Text Font Color

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

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


#caaebb Background Color

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

This div background color is #caaebb


#caaebb Border Color

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

This div border color is #caaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaebb


Comments

No comments written yet.

Please login to write comment.