Color Hex Logo

#cbaadf Color Hex

#CBAADF
(203,170,223)
0 Favorites   0 Comments

Color spaces of #cbaadf

RGB 203170223
HSL0.770.450.77
HSV277°24°87°
CMYK 0.090.240.00   0.13
XYZ52.322646.773776.0826
Yxy46.77370.29870.2670
Hunter Lab68.391316.8762-18.0839
CIE-Lab74.044821.6586-22.2259

#cbaadf color RGB value is (203,170,223).

#cbaadf hex color red value is 203, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cbaadf hue: 0.77 , saturation: 0.45 and the lightness value of cbaadf is 0.77.

The process color (four color CMYK) of #cbaadf color hex is 0.09, 0.24, 0.00, 0.13. Web safe color of #cbaadf is #cc99cc. Color #cbaadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 11011111
Octal 313 252 337
Decimal 203 170 223
Hex CB AA DF

RGB Percentages of Color #cbaadf

%34.06
%28.52
%37.42

CMYK Percentages of Color #cbaadf

%9
%24
%0
%13

Triadic Colors of #cbaadf

#cbaadf #dfcbaa #aadfcb

Analogous Colors of #cbaadf

#cbaadf #dfaad9 #b1aadf

Monochromatic Colors of #cbaadf

#cbaadf

Complementary Color

#cbaadf #bedfaa

#cbaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaadf Color CSS Codes

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

#cbaadf Text Font Color

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

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


#cbaadf Background Color

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

This div background color is #cbaadf


#cbaadf Border Color

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

This div border color is #cbaadf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,170,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbaadf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbaadf;
  -webkit-box-shadow: 1px 1px 3px 2px #cbaadf;
  box-shadow:         1px 1px 3px 2px #cbaadf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,170,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaadf


Comments

No comments written yet.

Please login to write comment.