Color Hex Logo

#cbaad2 Color Hex

#CBAAD2
(203,170,210)
0 Favorites   0 Comments

Color spaces of #cbaad2

RGB 203170210
HSL0.800.310.75
HSV290°19°82°
CMYK 0.030.190.00   0.18
XYZ50.636246.099167.2020
Yxy46.09910.30890.2812
Hunter Lab67.896314.3044-11.1563
CIE-Lab73.609819.0829-15.7831

#cbaad2 color RGB value is (203,170,210).

#cbaad2 hex color red value is 203, green value is 170 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #cbaad2 hue: 0.80 , saturation: 0.31 and the lightness value of cbaad2 is 0.75.

The process color (four color CMYK) of #cbaad2 color hex is 0.03, 0.19, 0.00, 0.18. Web safe color of #cbaad2 is #cc99cc. Color #cbaad2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 11010010
Octal 313 252 322
Decimal 203 170 210
Hex CB AA D2

RGB Percentages of Color #cbaad2

%34.82
%29.16
%36.02

CMYK Percentages of Color #cbaad2

%3
%19
%0
%18

Triadic Colors of #cbaad2

#cbaad2 #d2cbaa #aad2cb

Analogous Colors of #cbaad2

#cbaad2 #d2aac5 #b7aad2

Monochromatic Colors of #cbaad2

#cbaad2

Complementary Color

#cbaad2 #b1d2aa

#cbaad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaad2 Color CSS Codes

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

#cbaad2 Text Font Color

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

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


#cbaad2 Background Color

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

This div background color is #cbaad2


#cbaad2 Border Color

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

This div border color is #cbaad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaad2


Comments

No comments written yet.

Please login to write comment.