Color Hex Logo

#dcbee8 Color Hex

#DCBEE8
(220,190,232)
0 Favorites   0 Comments

Color spaces of #dcbee8

RGB 220190232
HSL0.790.480.83
HSV283°18°91°
CMYK 0.050.180.00   0.09
XYZ62.494157.868884.2199
Yxy57.86880.30550.2829
Hunter Lab76.071513.5157-12.3907
CIE-Lab80.665818.1178-16.9245

#dcbee8 color RGB value is (220,190,232).

#dcbee8 hex color red value is 220, green value is 190 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dcbee8 hue: 0.79 , saturation: 0.48 and the lightness value of dcbee8 is 0.83.

The process color (four color CMYK) of #dcbee8 color hex is 0.05, 0.18, 0.00, 0.09. Web safe color of #dcbee8 is #ccccff. Color #dcbee8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11101000
Octal 334 276 350
Decimal 220 190 232
Hex DC BE E8

RGB Percentages of Color #dcbee8

%34.27
%29.60
%36.14

CMYK Percentages of Color #dcbee8

%5
%18
%0
%9

Triadic Colors of #dcbee8

#dcbee8 #e8dcbe #bee8dc

Analogous Colors of #dcbee8

#dcbee8 #e8bedf #c7bee8

Monochromatic Colors of #dcbee8

#dcbee8

Complementary Color

#dcbee8 #cae8be

#dcbee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbee8 Color CSS Codes

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

#dcbee8 Text Font Color

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

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


#dcbee8 Background Color

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

This div background color is #dcbee8


#dcbee8 Border Color

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

This div border color is #dcbee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbee8


Comments

No comments written yet.

Please login to write comment.