Color Hex Logo

#dcaffb Color Hex

#DCAFFB
(220,175,251)
0 Favorites   0 Comments

Color spaces of #dcaffb

RGB 220175251
HSL0.770.900.84
HSV276°30°98°
CMYK 0.120.300.00   0.02
XYZ62.257852.840698.1847
Yxy52.84060.29190.2477
Hunter Lab72.691525.6689-29.1991
CIE-Lab77.780830.0044-31.5316

#dcaffb color RGB value is (220,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11111011
Octal 334 257 373
Decimal 220 175 251
Hex DC AF FB

RGB Percentages of Color #dcaffb

%34.06
%27.09
%38.85

CMYK Percentages of Color #dcaffb

%12
%30
%0
%2

Triadic Colors of #dcaffb

#dcaffb #fbdcaf #affbdc

Analogous Colors of #dcaffb

#dcaffb #fbaff4 #b6affb

Monochromatic Colors of #dcaffb

#dcaffb

Complementary Color

#dcaffb #cefbaf

#dcaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaffb Color CSS Codes

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

#dcaffb Text Font Color

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

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


#dcaffb Background Color

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

This div background color is #dcaffb


#dcaffb Border Color

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

This div border color is #dcaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaffb

Related Colors


Comments

No comments written yet.

Please login to write comment.