Color Hex Logo

#dabcf5 Color Hex

#DABCF5
(218,188,245)
0 Favorites   0 Comments

Color spaces of #dabcf5

RGB 218188245
HSL0.750.740.85
HSV272°23°96°
CMYK 0.110.230.00   0.04
XYZ63.378157.464494.1376
Yxy57.46440.29480.2673
Hunter Lab75.805316.5783-20.5647
CIE-Lab80.440121.1310-24.2544

#dabcf5 color RGB value is (218,188,245).

#dabcf5 hex color red value is 218, green value is 188 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dabcf5 hue: 0.75 , saturation: 0.74 and the lightness value of dabcf5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11110101
Octal 332 274 365
Decimal 218 188 245
Hex DA BC F5

RGB Percentages of Color #dabcf5

%33.49
%28.88
%37.63

CMYK Percentages of Color #dabcf5

%11
%23
%0
%4

Triadic Colors of #dabcf5

#dabcf5 #f5dabc #bcf5da

Analogous Colors of #dabcf5

#dabcf5 #f5bcf4 #bebcf5

Monochromatic Colors of #dabcf5

#dabcf5

Complementary Color

#dabcf5 #d7f5bc

#dabcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcf5 Color CSS Codes

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

#dabcf5 Text Font Color

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

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


#dabcf5 Background Color

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

This div background color is #dabcf5


#dabcf5 Border Color

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

This div border color is #dabcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcf5


Comments

No comments written yet.

Please login to write comment.