Color Hex Logo

#dabcc8 Color Hex

#DABCC8
(218,188,200)
1 Favorites   0 Comments

Color spaces of #dabcc8

RGB 218188200
HSL0.930.290.80
HSV336°14°85°
CMYK 0.000.140.08   0.15
XYZ57.322055.042062.2466
Yxy55.04200.32830.3152
Hunter Lab74.19038.08232.1881
CIE-Lab79.065512.6744-2.0840

#dabcc8 color RGB value is (218,188,200).

#dabcc8 hex color red value is 218, green value is 188 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dabcc8 hue: 0.93 , saturation: 0.29 and the lightness value of dabcc8 is 0.80.

The process color (four color CMYK) of #dabcc8 color hex is 0.00, 0.14, 0.08, 0.15. Web safe color of #dabcc8 is #cccccc. Color #dabcc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11001000
Octal 332 274 310
Decimal 218 188 200
Hex DA BC C8

RGB Percentages of Color #dabcc8

%35.97
%31.02
%33.00

CMYK Percentages of Color #dabcc8

%0
%14
%8
%15

Triadic Colors of #dabcc8

#dabcc8 #c8dabc #bcc8da

Analogous Colors of #dabcc8

#dabcc8 #dabfbc #dabcd7

Monochromatic Colors of #dabcc8

#dabcc8

Complementary Color

#dabcc8 #bcdace

#dabcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcc8 Color CSS Codes

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

#dabcc8 Text Font Color

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

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


#dabcc8 Background Color

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

This div background color is #dabcc8


#dabcc8 Border Color

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

This div border color is #dabcc8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,188,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dabcc8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dabcc8;
  -webkit-box-shadow: 1px 1px 3px 2px #dabcc8;
  box-shadow:         1px 1px 3px 2px #dabcc8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,188,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcc8


Comments

No comments written yet.

Please login to write comment.