Color Hex Logo

#dccaf5 Color Hex

#DCCAF5
(220,202,245)
0 Favorites   0 Comments

Color spaces of #dccaf5

RGB 220202245
HSL0.740.680.88
HSV265°18°96°
CMYK 0.100.180.00   0.04
XYZ67.117264.049395.2115
Yxy64.04930.29650.2829
Hunter Lab80.03089.6437-14.5149
CIE-Lab83.991414.2503-18.8532

#dccaf5 color RGB value is (220,202,245).

#dccaf5 hex color red value is 220, green value is 202 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dccaf5 hue: 0.74 , saturation: 0.68 and the lightness value of dccaf5 is 0.88.

The process color (four color CMYK) of #dccaf5 color hex is 0.10, 0.18, 0.00, 0.04. Web safe color of #dccaf5 is #ccccff. Color #dccaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11110101
Octal 334 312 365
Decimal 220 202 245
Hex DC CA F5

RGB Percentages of Color #dccaf5

%32.98
%30.28
%36.73

CMYK Percentages of Color #dccaf5

%10
%18
%0
%4

Triadic Colors of #dccaf5

#dccaf5 #f5dcca #caf5dc

Analogous Colors of #dccaf5

#dccaf5 #f2caf5 #cacef5

Monochromatic Colors of #dccaf5

#dccaf5

Complementary Color

#dccaf5 #e3f5ca

#dccaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccaf5 Color CSS Codes

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

#dccaf5 Text Font Color

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

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


#dccaf5 Background Color

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

This div background color is #dccaf5


#dccaf5 Border Color

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

This div border color is #dccaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccaf5


Comments

No comments written yet.

Please login to write comment.