Color Hex Logo

#ccaffb Color Hex

#CCAFFB
(204,175,251)
0 Favorites   0 Comments

Color spaces of #ccaffb

RGB 204175251
HSL0.730.900.84
HSV263°30°98°
CMYK 0.190.300.00   0.02
XYZ57.644450.462397.9688
Yxy50.46230.27970.2449
Hunter Lab71.036820.5333-32.0427
CIE-Lab76.352125.1602-33.8530

#ccaffb color RGB value is (204,175,251).

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

The process color (four color CMYK) of #ccaffb color hex is 0.19, 0.30, 0.00, 0.02. Web safe color of #ccaffb is #cc99ff. Color #ccaffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11111011
Octal 314 257 373
Decimal 204 175 251
Hex CC AF FB

RGB Percentages of Color #ccaffb

%32.38
%27.78
%39.84

CMYK Percentages of Color #ccaffb

%19
%30
%0
%2

Triadic Colors of #ccaffb

#ccaffb #fbccaf #affbcc

Analogous Colors of #ccaffb

#ccaffb #f2affb #afb8fb

Monochromatic Colors of #ccaffb

#ccaffb

Complementary Color

#ccaffb #defbaf

#ccaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaffb Color CSS Codes

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

#ccaffb Text Font Color

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

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


#ccaffb Background Color

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

This div background color is #ccaffb


#ccaffb Border Color

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

This div border color is #ccaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaffb


Comments

No comments written yet.

Please login to write comment.