Color Hex Logo

#dbef30 Color Hex

#DBEF30
(219,239,48)
0 Favorites   0 Comments

Color spaces of #dbef30

RGB 21923948
HSL0.180.860.56
HSV66°80°94°
CMYK 0.080.000.80   0.06
XYZ60.613477.006514.4654
Yxy77.00650.39850.5063
Hunter Lab87.7533-30.274051.6539
CIE-Lab90.3246-27.921081.2666

#dbef30 color RGB value is (219,239,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 00110000
Octal 333 357 60
Decimal 219 239 48
Hex DB EF 30

RGB Percentages of Color #dbef30

%43.28
%47.23
%9.49

CMYK Percentages of Color #dbef30

%8
%0
%80
%6

Triadic Colors of #dbef30

#dbef30 #30dbef #ef30db

Analogous Colors of #dbef30

#dbef30 #7cef30 #efa430

Monochromatic Colors of #dbef30

#dbef30

Complementary Color

#dbef30 #4430ef

#dbef30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef30 Color CSS Codes

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

#dbef30 Text Font Color

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

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


#dbef30 Background Color

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

This div background color is #dbef30


#dbef30 Border Color

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

This div border color is #dbef30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef30


Comments

No comments written yet.

Please login to write comment.