Color Hex Logo

#cbace2 Color Hex

#CBACE2
(203,172,226)
0 Favorites   0 Comments

Color spaces of #cbace2

RGB 203172226
HSL0.760.480.78
HSV274°24°89°
CMYK 0.100.240.00   0.11
XYZ53.108647.692578.3580
Yxy47.69250.29640.2662
Hunter Lab69.059816.4162-18.9310
CIE-Lab74.630621.1755-22.9678

#cbace2 color RGB value is (203,172,226).

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

The process color (four color CMYK) of #cbace2 color hex is 0.10, 0.24, 0.00, 0.11. Web safe color of #cbace2 is #cc99cc. Color #cbace2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 11100010
Octal 313 254 342
Decimal 203 172 226
Hex CB AC E2

RGB Percentages of Color #cbace2

%33.78
%28.62
%37.60

CMYK Percentages of Color #cbace2

%10
%24
%0
%11

Triadic Colors of #cbace2

#cbace2 #e2cbac #ace2cb

Analogous Colors of #cbace2

#cbace2 #e2acde #b0ace2

Monochromatic Colors of #cbace2

#cbace2

Complementary Color

#cbace2 #c3e2ac

#cbace2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbace2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbace2 Color CSS Codes

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

#cbace2 Text Font Color

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

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


#cbace2 Background Color

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

This div background color is #cbace2


#cbace2 Border Color

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

This div border color is #cbace2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbace2


Comments

No comments written yet.

Please login to write comment.