Color Hex Logo

#dcafe4 Color Hex

#DCAFE4
(220,175,228)
0 Favorites   0 Comments

Color spaces of #dcafe4

RGB 220175228
HSL0.810.500.79
HSV291°23°89°
CMYK 0.040.230.00   0.11
XYZ58.848851.477080.2332
Yxy51.47700.30880.2701
Hunter Lab71.747520.8514-16.0791
CIE-Lab76.967125.4371-20.3578

#dcafe4 color RGB value is (220,175,228).

#dcafe4 hex color red value is 220, green value is 175 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #dcafe4 hue: 0.81 , saturation: 0.50 and the lightness value of dcafe4 is 0.79.

The process color (four color CMYK) of #dcafe4 color hex is 0.04, 0.23, 0.00, 0.11. Web safe color of #dcafe4 is #cc99cc. Color #dcafe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11100100
Octal 334 257 344
Decimal 220 175 228
Hex DC AF E4

RGB Percentages of Color #dcafe4

%35.31
%28.09
%36.60

CMYK Percentages of Color #dcafe4

%4
%23
%0
%11

Triadic Colors of #dcafe4

#dcafe4 #e4dcaf #afe4dc

Analogous Colors of #dcafe4

#dcafe4 #e4afd2 #c2afe4

Monochromatic Colors of #dcafe4

#dcafe4

Complementary Color

#dcafe4 #b7e4af

#dcafe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafe4 Color CSS Codes

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

#dcafe4 Text Font Color

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

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


#dcafe4 Background Color

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

This div background color is #dcafe4


#dcafe4 Border Color

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

This div border color is #dcafe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafe4


Comments

No comments written yet.

Please login to write comment.