Color Hex Logo

#cbbae5 Color Hex

#CBBAE5
(203,186,229)
0 Favorites   0 Comments

Color spaces of #cbbae5

RGB 203186229
HSL0.730.450.81
HSV264°19°90°
CMYK 0.110.190.00   0.10
XYZ56.330453.471581.4808
Yxy53.47150.29450.2795
Hunter Lab73.12429.5381-14.8787
CIE-Lab78.152614.1592-19.2454

#cbbae5 color RGB value is (203,186,229).

#cbbae5 hex color red value is 203, green value is 186 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cbbae5 hue: 0.73 , saturation: 0.45 and the lightness value of cbbae5 is 0.81.

The process color (four color CMYK) of #cbbae5 color hex is 0.11, 0.19, 0.00, 0.10. Web safe color of #cbbae5 is #cccccc. Color #cbbae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 11100101
Octal 313 272 345
Decimal 203 186 229
Hex CB BA E5

RGB Percentages of Color #cbbae5

%32.85
%30.10
%37.06

CMYK Percentages of Color #cbbae5

%11
%19
%0
%10

Triadic Colors of #cbbae5

#cbbae5 #e5cbba #bae5cb

Analogous Colors of #cbbae5

#cbbae5 #e1bae5 #babfe5

Monochromatic Colors of #cbbae5

#cbbae5

Complementary Color

#cbbae5 #d4e5ba

#cbbae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbae5 Color CSS Codes

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

#cbbae5 Text Font Color

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

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


#cbbae5 Background Color

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

This div background color is #cbbae5


#cbbae5 Border Color

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

This div border color is #cbbae5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,186,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 #cbbae5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbae5


Comments

No comments written yet.

Please login to write comment.