Color Hex Logo

#ccbadf Color Hex

#CCBADF
(204,186,223)
0 Favorites   0 Comments

Color spaces of #ccbadf

RGB 204186223
HSL0.750.370.80
HSV269°17°87°
CMYK 0.090.170.00   0.13
XYZ55.780053.282977.1567
Yxy53.28290.29950.2861
Hunter Lab72.99518.6612-11.5736
CIE-Lab78.041713.2646-16.1659

#ccbadf color RGB value is (204,186,223).

#ccbadf hex color red value is 204, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ccbadf hue: 0.75 , saturation: 0.37 and the lightness value of ccbadf is 0.80.

The process color (four color CMYK) of #ccbadf color hex is 0.09, 0.17, 0.00, 0.13. Web safe color of #ccbadf is #cccccc. Color #ccbadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 11011111
Octal 314 272 337
Decimal 204 186 223
Hex CC BA DF

RGB Percentages of Color #ccbadf

%33.28
%30.34
%36.38

CMYK Percentages of Color #ccbadf

%9
%17
%0
%13

Triadic Colors of #ccbadf

#ccbadf #dfccba #badfcc

Analogous Colors of #ccbadf

#ccbadf #dfbadf #babbdf

Monochromatic Colors of #ccbadf

#ccbadf

Complementary Color

#ccbadf #cddfba

#ccbadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbadf Color CSS Codes

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

#ccbadf Text Font Color

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

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


#ccbadf Background Color

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

This div background color is #ccbadf


#ccbadf Border Color

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

This div border color is #ccbadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbadf


Comments

No comments written yet.

Please login to write comment.