color codes Logo

#ccadfb color codes

#CCADFB
(204,173,251)
0 Favorites   0 Comments

Color spaces of #ccadfb

RGB 204173251
HSL0.730.910.83
HSV264°31°98°
CMYK 0.190.310.00   0.02
XYZ57.258049.689597.8400
Yxy49.68950.27960.2426
Hunter Lab70.490821.6325-32.9500
CIE-Lab75.878326.2549-34.5854

#ccadfb color RGB value is (204,173,251).

#ccadfb hex color red value is 204, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ccadfb hue: 0.73 , saturation: 0.91 and the lightness value of ccadfb is 0.83.

The process color (four color CMYK) of #ccadfb color code is 0.19, 0.31, 0.00, 0.02. Web safe color of #ccadfb is #cc99ff. Color #ccadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11111011
Octal 314 255 373
Decimal 204 173 251
Hex CC AD FB

RGB Percentages of Color #ccadfb

%32.48
%27.55
%39.97

CMYK Percentages of Color #ccadfb

%19
%31
%0
%2

Triadic Colors of #ccadfb

#ccadfb #fbccad #adfbcc

Analogous Colors of #ccadfb

#ccadfb #f3adfb #adb5fb

Monochromatic Colors of #ccadfb

#ccadfb

Complementary Color

#ccadfb #dcfbad

#ccadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadfb Color CSS Codes

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

#ccadfb Text Font Color

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

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


#ccadfb Background Color

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

This div background color is #ccadfb


#ccadfb Border Color

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

This div border color is #ccadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadfb

Related Colors


Comments

No comments written yet.

Please login to write comment.