Color Hex Logo

#dabef5 Color Hex

#DABEF5
(218,190,245)
0 Favorites   0 Comments

Color spaces of #dabef5

RGB 218190245
HSL0.750.730.85
HSV271°22°96°
CMYK 0.110.220.00   0.04
XYZ63.808358.324994.2810
Yxy58.32490.29480.2695
Hunter Lab76.370715.4892-19.7350
CIE-Lab80.919120.0525-23.5252

#dabef5 color RGB value is (218,190,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11110101
Octal 332 276 365
Decimal 218 190 245
Hex DA BE F5

RGB Percentages of Color #dabef5

%33.38
%29.10
%37.52

CMYK Percentages of Color #dabef5

%11
%22
%0
%4

Triadic Colors of #dabef5

#dabef5 #f5dabe #bef5da

Analogous Colors of #dabef5

#dabef5 #f5bef5 #bfbef5

Monochromatic Colors of #dabef5

#dabef5

Complementary Color

#dabef5 #d9f5be

#dabef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabef5 Color CSS Codes

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

#dabef5 Text Font Color

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

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


#dabef5 Background Color

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

This div background color is #dabef5


#dabef5 Border Color

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

This div border color is #dabef5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,190,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 #dabef5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabef5

Related Colors


Comments

No comments written yet.

Please login to write comment.