Color Hex Logo

#dcbae3 Color Hex

#DCBAE3
(220,186,227)
0 Favorites   0 Comments

Color spaces of #dcbae3

RGB 220186227
HSL0.800.420.81
HSV290°18°89°
CMYK 0.030.180.00   0.11
XYZ60.939255.879580.2470
Yxy55.87950.30920.2836
Hunter Lab74.752614.6983-11.3211
CIE-Lab79.545219.3117-15.9231

#dcbae3 color RGB value is (220,186,227).

#dcbae3 hex color red value is 220, green value is 186 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #dcbae3 hue: 0.80 , saturation: 0.42 and the lightness value of dcbae3 is 0.81.

The process color (four color CMYK) of #dcbae3 color hex is 0.03, 0.18, 0.00, 0.11. Web safe color of #dcbae3 is #cccccc. Color #dcbae3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11100011
Octal 334 272 343
Decimal 220 186 227
Hex DC BA E3

RGB Percentages of Color #dcbae3

%34.76
%29.38
%35.86

CMYK Percentages of Color #dcbae3

%3
%18
%0
%11

Triadic Colors of #dcbae3

#dcbae3 #e3dcba #bae3dc

Analogous Colors of #dcbae3

#dcbae3 #e3bad6 #c8bae3

Monochromatic Colors of #dcbae3

#dcbae3

Complementary Color

#dcbae3 #c1e3ba

#dcbae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbae3 Color CSS Codes

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

#dcbae3 Text Font Color

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

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


#dcbae3 Background Color

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

This div background color is #dcbae3


#dcbae3 Border Color

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

This div border color is #dcbae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbae3


Comments

No comments written yet.

Please login to write comment.