Color Hex Logo

#dcbee2 Color Hex

#DCBEE2
(220,190,226)
0 Favorites   0 Comments

Color spaces of #dcbee2

RGB 220190226
HSL0.810.380.82
HSV290°16°89°
CMYK 0.030.160.00   0.11
XYZ61.656157.533579.8070
Yxy57.53350.30980.2891
Hunter Lab75.850812.3565-9.2868
CIE-Lab80.478716.9719-13.9828

#dcbee2 color RGB value is (220,190,226).

#dcbee2 hex color red value is 220, green value is 190 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dcbee2 hue: 0.81 , saturation: 0.38 and the lightness value of dcbee2 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11100010
Octal 334 276 342
Decimal 220 190 226
Hex DC BE E2

RGB Percentages of Color #dcbee2

%34.59
%29.87
%35.53

CMYK Percentages of Color #dcbee2

%3
%16
%0
%11

Triadic Colors of #dcbee2

#dcbee2 #e2dcbe #bee2dc

Analogous Colors of #dcbee2

#dcbee2 #e2bed6 #cabee2

Monochromatic Colors of #dcbee2

#dcbee2

Complementary Color

#dcbee2 #c4e2be

#dcbee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbee2 Color CSS Codes

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

#dcbee2 Text Font Color

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

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


#dcbee2 Background Color

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

This div background color is #dcbee2


#dcbee2 Border Color

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

This div border color is #dcbee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbee2

#dcbee2 Color Palettes


Comments

No comments written yet.

Please login to write comment.