Color Hex Logo

#dbef20 Color Hex

#DBEF20
(219,239,32)
0 Favorites   0 Comments

Color spaces of #dbef20

RGB 21923932
HSL0.180.870.53
HSV66°87°94°
CMYK 0.080.000.87   0.06
XYZ60.340676.897413.0289
Yxy76.89740.40160.5117
Hunter Lab87.6912-30.633152.5747
CIE-Lab90.2744-28.351184.6765

#dbef20 color RGB value is (219,239,32).

#dbef20 hex color red value is 219, green value is 239 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dbef20 hue: 0.18 , saturation: 0.87 and the lightness value of dbef20 is 0.53.

The process color (four color CMYK) of #dbef20 color hex is 0.08, 0.00, 0.87, 0.06. Web safe color of #dbef20 is #ccff33. Color #dbef20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 00100000
Octal 333 357 40
Decimal 219 239 32
Hex DB EF 20

RGB Percentages of Color #dbef20

%44.69
%48.78
%6.53

CMYK Percentages of Color #dbef20

%8
%0
%87
%6

Triadic Colors of #dbef20

#dbef20 #20dbef #ef20db

Analogous Colors of #dbef20

#dbef20 #74ef20 #ef9c20

Monochromatic Colors of #dbef20

#dbef20

Complementary Color

#dbef20 #3420ef

#dbef20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef20 Color CSS Codes

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

#dbef20 Text Font Color

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

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


#dbef20 Background Color

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

This div background color is #dbef20


#dbef20 Border Color

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

This div border color is #dbef20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef20


Comments

No comments written yet.

Please login to write comment.