Color Hex Logo

#cbace5 Color Hex

#CBACE5
(203,172,229)
0 Favorites   0 Comments

Color spaces of #cbace5

RGB 203172229
HSL0.760.520.79
HSV273°25°90°
CMYK 0.110.250.00   0.10
XYZ53.524047.858780.5454
Yxy47.85870.29420.2631
Hunter Lab69.180017.0391-20.6046
CIE-Lab74.735721.7932-24.4390

#cbace5 color RGB value is (203,172,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 11100101
Octal 313 254 345
Decimal 203 172 229
Hex CB AC E5

RGB Percentages of Color #cbace5

%33.61
%28.48
%37.91

CMYK Percentages of Color #cbace5

%11
%25
%0
%10

Triadic Colors of #cbace5

#cbace5 #e5cbac #ace5cb

Analogous Colors of #cbace5

#cbace5 #e5ace3 #aface5

Monochromatic Colors of #cbace5

#cbace5

Complementary Color

#cbace5 #c6e5ac

#cbace5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbace5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbace5 Color CSS Codes

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

#cbace5 Text Font Color

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

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


#cbace5 Background Color

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

This div background color is #cbace5


#cbace5 Border Color

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

This div border color is #cbace5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbace5


Comments

No comments written yet.

Please login to write comment.