Color Hex Logo

#cbaad8 Color Hex

#CBAAD8
(203,170,216)
0 Favorites   0 Comments

Color spaces of #cbaad8

RGB 203170216
HSL0.790.370.76
HSV283°21°85°
CMYK 0.060.210.00   0.15
XYZ51.398046.403871.2136
Yxy46.40380.30410.2746
Hunter Lab68.120315.4708-14.2981
CIE-Lab73.806820.2564-18.7665

#cbaad8 color RGB value is (203,170,216).

#cbaad8 hex color red value is 203, green value is 170 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #cbaad8 hue: 0.79 , saturation: 0.37 and the lightness value of cbaad8 is 0.76.

The process color (four color CMYK) of #cbaad8 color hex is 0.06, 0.21, 0.00, 0.15. Web safe color of #cbaad8 is #cc99cc. Color #cbaad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 11011000
Octal 313 252 330
Decimal 203 170 216
Hex CB AA D8

RGB Percentages of Color #cbaad8

%34.47
%28.86
%36.67

CMYK Percentages of Color #cbaad8

%6
%21
%0
%15

Triadic Colors of #cbaad8

#cbaad8 #d8cbaa #aad8cb

Analogous Colors of #cbaad8

#cbaad8 #d8aace #b4aad8

Monochromatic Colors of #cbaad8

#cbaad8

Complementary Color

#cbaad8 #b7d8aa

#cbaad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaad8 Color CSS Codes

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

#cbaad8 Text Font Color

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

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


#cbaad8 Background Color

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

This div background color is #cbaad8


#cbaad8 Border Color

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

This div border color is #cbaad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaad8

#cbaad8 Color Palettes


Comments

No comments written yet.

Please login to write comment.