Color Hex Logo

#cbaad4 Color Hex

#CBAAD4
(203,170,212)
0 Favorites   0 Comments

Color spaces of #cbaad4

RGB 203170212
HSL0.800.330.75
HSV287°20°83°
CMYK 0.040.200.00   0.17
XYZ50.887046.199468.5227
Yxy46.19940.30730.2790
Hunter Lab67.970114.6893-12.1929
CIE-Lab73.674719.4711-16.7794

#cbaad4 color RGB value is (203,170,212).

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

The process color (four color CMYK) of #cbaad4 color hex is 0.04, 0.20, 0.00, 0.17. Web safe color of #cbaad4 is #cc99cc. Color #cbaad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 11010100
Octal 313 252 324
Decimal 203 170 212
Hex CB AA D4

RGB Percentages of Color #cbaad4

%34.70
%29.06
%36.24

CMYK Percentages of Color #cbaad4

%4
%20
%0
%17

Triadic Colors of #cbaad4

#cbaad4 #d4cbaa #aad4cb

Analogous Colors of #cbaad4

#cbaad4 #d4aac8 #b6aad4

Monochromatic Colors of #cbaad4

#cbaad4

Complementary Color

#cbaad4 #b3d4aa

#cbaad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaad4 Color CSS Codes

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

#cbaad4 Text Font Color

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

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


#cbaad4 Background Color

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

This div background color is #cbaad4


#cbaad4 Border Color

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

This div border color is #cbaad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaad4


Comments

No comments written yet.

Please login to write comment.