Color Hex Logo

#dabeef Color Hex

#DABEEF
(218,190,239)
2 Favorites   1 Comments

Color spaces of #dabeef

RGB 218190239
HSL0.760.600.84
HSV274°21°94°
CMYK 0.090.210.00   0.06
XYZ62.906957.964389.5340
Yxy57.96430.29900.2755
Hunter Lab76.134314.2528-16.4311
CIE-Lab80.718918.8439-20.6158

#dabeef color RGB value is (218,190,239).

#dabeef hex color red value is 218, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dabeef hue: 0.76 , saturation: 0.60 and the lightness value of dabeef is 0.84.

The process color (four color CMYK) of #dabeef color hex is 0.09, 0.21, 0.00, 0.06. Web safe color of #dabeef is #ccccff. Color #dabeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11101111
Octal 332 276 357
Decimal 218 190 239
Hex DA BE EF

RGB Percentages of Color #dabeef

%33.69
%29.37
%36.94

CMYK Percentages of Color #dabeef

%9
%21
%0
%6

Triadic Colors of #dabeef

#dabeef #efdabe #beefda

Analogous Colors of #dabeef

#dabeef #efbeec #c2beef

Monochromatic Colors of #dabeef

#dabeef

Complementary Color

#dabeef #d3efbe

#dabeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabeef Color CSS Codes

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

#dabeef Text Font Color

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

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


#dabeef Background Color

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

This div background color is #dabeef


#dabeef Border Color

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

This div border color is #dabeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabeef


Comments

13 Jan 2021, 3:11 HEXED

Yo, this colour is DA BEEF!

Please login to write comment.