Color Hex Logo

#caccfa Color Hex

#CACCFA
(202,204,250)
0 Favorites   0 Comments

Color spaces of #caccfa

RGB 202204250
HSL0.660.830.89
HSV238°19°98°
CMYK 0.190.180.00   0.02
XYZ63.205362.644499.2028
Yxy62.64440.28080.2784
Hunter Lab79.14824.0352-18.9092
CIE-Lab83.25498.6008-22.7590

#caccfa color RGB value is (202,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 11111010
Octal 312 314 372
Decimal 202 204 250
Hex CA CC FA

RGB Percentages of Color #caccfa

%30.79
%31.10
%38.11

CMYK Percentages of Color #caccfa

%19
%18
%0
%2

Triadic Colors of #caccfa

#caccfa #facacc #ccfaca

Analogous Colors of #caccfa

#caccfa #e0cafa #cae4fa

Monochromatic Colors of #caccfa

#caccfa

Complementary Color

#caccfa #faf8ca

#caccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccfa Color CSS Codes

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

#caccfa Text Font Color

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

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


#caccfa Background Color

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

This div background color is #caccfa


#caccfa Border Color

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

This div border color is #caccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccfa


Comments

No comments written yet.

Please login to write comment.