Color Hex Logo

#ccbae9 Color Hex

#CCBAE9
(204,186,233)
0 Favorites   0 Comments

Color spaces of #ccbae9

RGB 204186233
HSL0.730.520.82
HSV263°20°91°
CMYK 0.120.200.00   0.09
XYZ57.168753.838484.4695
Yxy53.83840.29250.2754
Hunter Lab73.374710.6698-16.8929
CIE-Lab78.367415.3063-21.0684

#ccbae9 color RGB value is (204,186,233).

#ccbae9 hex color red value is 204, green value is 186 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ccbae9 hue: 0.73 , saturation: 0.52 and the lightness value of ccbae9 is 0.82.

The process color (four color CMYK) of #ccbae9 color hex is 0.12, 0.20, 0.00, 0.09. Web safe color of #ccbae9 is #ccccff. Color #ccbae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 11101001
Octal 314 272 351
Decimal 204 186 233
Hex CC BA E9

RGB Percentages of Color #ccbae9

%32.74
%29.86
%37.40

CMYK Percentages of Color #ccbae9

%12
%20
%0
%9

Triadic Colors of #ccbae9

#ccbae9 #e9ccba #bae9cc

Analogous Colors of #ccbae9

#ccbae9 #e4bae9 #bac0e9

Monochromatic Colors of #ccbae9

#ccbae9

Complementary Color

#ccbae9 #d7e9ba

#ccbae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbae9 Color CSS Codes

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

#ccbae9 Text Font Color

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

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


#ccbae9 Background Color

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

This div background color is #ccbae9


#ccbae9 Border Color

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

This div border color is #ccbae9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,186,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbae9


Comments

No comments written yet.

Please login to write comment.