Color Hex Logo

#dcaef7 Color Hex

#DCAEF7
(220,174,247)
0 Favorites   0 Comments

Color spaces of #dcaef7

RGB 220174247
HSL0.770.820.83
HSV278°30°97°
CMYK 0.110.300.00   0.03
XYZ61.439852.203194.8337
Yxy52.20310.29470.2504
Hunter Lab72.251725.3484-27.2447
CIE-Lab77.402129.7264-29.9608

#dcaef7 color RGB value is (220,174,247).

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

The process color (four color CMYK) of #dcaef7 color hex is 0.11, 0.30, 0.00, 0.03. Web safe color of #dcaef7 is #cc99ff. Color #dcaef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11110111
Octal 334 256 367
Decimal 220 174 247
Hex DC AE F7

RGB Percentages of Color #dcaef7

%34.32
%27.15
%38.53

CMYK Percentages of Color #dcaef7

%11
%30
%0
%3

Triadic Colors of #dcaef7

#dcaef7 #f7dcae #aef7dc

Analogous Colors of #dcaef7

#dcaef7 #f7aeee #b8aef7

Monochromatic Colors of #dcaef7

#dcaef7

Complementary Color

#dcaef7 #c9f7ae

#dcaef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaef7 Color CSS Codes

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

#dcaef7 Text Font Color

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

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


#dcaef7 Background Color

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

This div background color is #dcaef7


#dcaef7 Border Color

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

This div border color is #dcaef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaef7

#dcaef7 Color Palettes


Comments

No comments written yet.

Please login to write comment.