Color Hex Logo

#dabef7 Color Hex

#DABEF7
(218,190,247)
0 Favorites   0 Comments

Color spaces of #dabef7

RGB 218190247
HSL0.750.780.86
HSV269°23°97°
CMYK 0.120.230.00   0.03
XYZ64.115458.447795.8980
Yxy58.44770.29350.2675
Hunter Lab76.451115.9089-20.8559
CIE-Lab80.987120.4608-24.4917

#dabef7 color RGB value is (218,190,247).

#dabef7 hex color red value is 218, green value is 190 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #dabef7 hue: 0.75 , saturation: 0.78 and the lightness value of dabef7 is 0.86.

The process color (four color CMYK) of #dabef7 color hex is 0.12, 0.23, 0.00, 0.03. Web safe color of #dabef7 is #ccccff. Color #dabef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11110111
Octal 332 276 367
Decimal 218 190 247
Hex DA BE F7

RGB Percentages of Color #dabef7

%33.28
%29.01
%37.71

CMYK Percentages of Color #dabef7

%12
%23
%0
%3

Triadic Colors of #dabef7

#dabef7 #f7dabe #bef7da

Analogous Colors of #dabef7

#dabef7 #f7bef7 #bebff7

Monochromatic Colors of #dabef7

#dabef7

Complementary Color

#dabef7 #dbf7be

#dabef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabef7 Color CSS Codes

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

#dabef7 Text Font Color

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

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


#dabef7 Background Color

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

This div background color is #dabef7


#dabef7 Border Color

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

This div border color is #dabef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabef7


Comments

No comments written yet.

Please login to write comment.