Color Hex Logo

#cbaae0 Color Hex

#CBAAE0
(203,170,224)
0 Favorites   0 Comments

Color spaces of #cbaae0

RGB 203170224
HSL0.770.470.77
HSV277°24°88°
CMYK 0.090.240.00   0.12
XYZ52.457946.827876.7948
Yxy46.82780.29790.2659
Hunter Lab68.430817.0810-18.6351
CIE-Lab74.079521.8620-22.7181

#cbaae0 color RGB value is (203,170,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 11100000
Octal 313 252 340
Decimal 203 170 224
Hex CB AA E0

RGB Percentages of Color #cbaae0

%34.00
%28.48
%37.52

CMYK Percentages of Color #cbaae0

%9
%24
%0
%12

Triadic Colors of #cbaae0

#cbaae0 #e0cbaa #aae0cb

Analogous Colors of #cbaae0

#cbaae0 #e0aada #b0aae0

Monochromatic Colors of #cbaae0

#cbaae0

Complementary Color

#cbaae0 #bfe0aa

#cbaae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaae0 Color CSS Codes

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

#cbaae0 Text Font Color

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

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


#cbaae0 Background Color

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

This div background color is #cbaae0


#cbaae0 Border Color

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

This div border color is #cbaae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaae0


Comments

No comments written yet.

Please login to write comment.