Color Hex Logo

#dbef64 Color Hex

#DBEF64
(219,239,100)
0 Favorites   0 Comments

Color spaces of #dbef64

RGB 219239100
HSL0.190.810.66
HSV69°58°94°
CMYK 0.080.000.58   0.06
XYZ62.380277.713223.7690
Yxy77.71320.38070.4743
Hunter Lab88.1551-27.961545.7224
CIE-Lab90.6489-25.177163.4532

#dbef64 color RGB value is (219,239,100).

#dbef64 hex color red value is 219, green value is 239 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dbef64 hue: 0.19 , saturation: 0.81 and the lightness value of dbef64 is 0.66.

The process color (four color CMYK) of #dbef64 color hex is 0.08, 0.00, 0.58, 0.06. Web safe color of #dbef64 is #ccff66. Color #dbef64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 01100100
Octal 333 357 144
Decimal 219 239 100
Hex DB EF 64

RGB Percentages of Color #dbef64

%39.25
%42.83
%17.92

CMYK Percentages of Color #dbef64

%8
%0
%58
%6

Triadic Colors of #dbef64

#dbef64 #64dbef #ef64db

Analogous Colors of #dbef64

#dbef64 #96ef64 #efbe64

Monochromatic Colors of #dbef64

#dbef64

Complementary Color

#dbef64 #7864ef

#dbef64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef64 Color CSS Codes

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

#dbef64 Text Font Color

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

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


#dbef64 Background Color

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

This div background color is #dbef64


#dbef64 Border Color

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

This div border color is #dbef64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef64


Comments

No comments written yet.

Please login to write comment.