Color Hex Logo

#caccfb Color Hex

#CACCFB
(202,204,251)
0 Favorites   0 Comments

Color spaces of #caccfb

RGB 202204251
HSL0.660.860.89
HSV238°20°98°
CMYK 0.200.190.00   0.02
XYZ63.362662.7073100.0309
Yxy62.70730.28020.2773
Hunter Lab79.18794.2487-19.4641
CIE-Lab83.28818.8194-23.2397

#caccfb color RGB value is (202,204,251).

#caccfb hex color red value is 202, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #caccfb hue: 0.66 , saturation: 0.86 and the lightness value of caccfb is 0.89.

The process color (four color CMYK) of #caccfb color hex is 0.20, 0.19, 0.00, 0.02. Web safe color of #caccfb is #ccccff. Color #caccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11111011
Octal 312 314 373
Decimal 202 204 251
Hex CA CC FB

RGB Percentages of Color #caccfb

%30.75
%31.05
%38.20

CMYK Percentages of Color #caccfb

%20
%19
%0
%2

Triadic Colors of #caccfb

#caccfb #fbcacc #ccfbca

Analogous Colors of #caccfb

#caccfb #e1cafb #cae5fb

Monochromatic Colors of #caccfb

#caccfb

Complementary Color

#caccfb #fbf9ca

#caccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccfb Color CSS Codes

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

#caccfb Text Font Color

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

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


#caccfb Background Color

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

This div background color is #caccfb


#caccfb Border Color

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

This div border color is #caccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccfb


Comments

No comments written yet.

Please login to write comment.