Color Hex Logo

#dabefe Color Hex

#DABEFE
(218,190,254)
0 Favorites   0 Comments

Color spaces of #dabefe

RGB 218190254
HSL0.740.970.87
HSV266°25°100°
CMYK 0.140.250.00   0.00
XYZ65.216358.8881101.6952
Yxy58.88810.28880.2608
Hunter Lab76.738617.4057-24.8551
CIE-Lab81.230021.9090-27.8605

#dabefe color RGB value is (218,190,254).

#dabefe hex color red value is 218, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dabefe hue: 0.74 , saturation: 0.97 and the lightness value of dabefe is 0.87.

The process color (four color CMYK) of #dabefe color hex is 0.14, 0.25, 0.00, 0.00. Web safe color of #dabefe is #ccccff. Color #dabefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11111110
Octal 332 276 376
Decimal 218 190 254
Hex DA BE FE

RGB Percentages of Color #dabefe

%32.93
%28.70
%38.37

CMYK Percentages of Color #dabefe

%14
%25
%0
%0

Triadic Colors of #dabefe

#dabefe #fedabe #befeda

Analogous Colors of #dabefe

#dabefe #fabefe #bec2fe

Monochromatic Colors of #dabefe

#dabefe

Complementary Color

#dabefe #e2febe

#dabefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabefe Color CSS Codes

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

#dabefe Text Font Color

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

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


#dabefe Background Color

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

This div background color is #dabefe


#dabefe Border Color

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

This div border color is #dabefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabefe


Comments

No comments written yet.

Please login to write comment.