Color Hex Logo

#dcaefb Color Hex

#DCAEFB
(220,174,251)
0 Favorites   0 Comments

Color spaces of #dcaefb

RGB 220174251
HSL0.770.910.83
HSV276°31°98°
CMYK 0.120.310.00   0.02
XYZ62.063852.452898.1201
Yxy52.45280.29190.2467
Hunter Lab72.424326.2225-29.6288
CIE-Lab77.550830.5442-31.8857

#dcaefb color RGB value is (220,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11111011
Octal 334 256 373
Decimal 220 174 251
Hex DC AE FB

RGB Percentages of Color #dcaefb

%34.11
%26.98
%38.91

CMYK Percentages of Color #dcaefb

%12
%31
%0
%2

Triadic Colors of #dcaefb

#dcaefb #fbdcae #aefbdc

Analogous Colors of #dcaefb

#dcaefb #fbaef4 #b6aefb

Monochromatic Colors of #dcaefb

#dcaefb

Complementary Color

#dcaefb #cdfbae

#dcaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaefb Color CSS Codes

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

#dcaefb Text Font Color

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

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


#dcaefb Background Color

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

This div background color is #dcaefb


#dcaefb Border Color

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

This div border color is #dcaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaefb


Comments

No comments written yet.

Please login to write comment.