Color Hex Logo

#cbaae6 Color Hex

#CBAAE6
(203,170,230)
0 Favorites   0 Comments

Color spaces of #cbaae6

RGB 203170230
HSL0.760.550.78
HSV273°26°90°
CMYK 0.120.260.00   0.10
XYZ53.286347.159181.1570
Yxy47.15910.29340.2597
Hunter Lab68.672518.3299-21.9981
CIE-Lab74.291423.0961-25.6617

#cbaae6 color RGB value is (203,170,230).

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

The process color (four color CMYK) of #cbaae6 color hex is 0.12, 0.26, 0.00, 0.10. Web safe color of #cbaae6 is #cc99ff. Color #cbaae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 11100110
Octal 313 252 346
Decimal 203 170 230
Hex CB AA E6

RGB Percentages of Color #cbaae6

%33.67
%28.19
%38.14

CMYK Percentages of Color #cbaae6

%12
%26
%0
%10

Triadic Colors of #cbaae6

#cbaae6 #e6cbaa #aae6cb

Analogous Colors of #cbaae6

#cbaae6 #e6aae3 #adaae6

Monochromatic Colors of #cbaae6

#cbaae6

Complementary Color

#cbaae6 #c5e6aa

#cbaae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaae6 Color CSS Codes

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

#cbaae6 Text Font Color

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

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


#cbaae6 Background Color

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

This div background color is #cbaae6


#cbaae6 Border Color

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

This div border color is #cbaae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaae6


Comments

No comments written yet.

Please login to write comment.