Color Hex Logo

#dbef48 Color Hex

#DBEF48
(219,239,72)
0 Favorites   0 Comments

Color spaces of #dbef48

RGB 21923972
HSL0.190.840.61
HSV67°70°94°
CMYK 0.080.000.70   0.06
XYZ61.249677.261017.8155
Yxy77.26100.39180.4942
Hunter Lab87.8982-29.438849.5117
CIE-Lab90.4416-26.924874.1304

#dbef48 color RGB value is (219,239,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 01001000
Octal 333 357 110
Decimal 219 239 72
Hex DB EF 48

RGB Percentages of Color #dbef48

%41.32
%45.09
%13.58

CMYK Percentages of Color #dbef48

%8
%0
%70
%6

Triadic Colors of #dbef48

#dbef48 #48dbef #ef48db

Analogous Colors of #dbef48

#dbef48 #88ef48 #efb048

Monochromatic Colors of #dbef48

#dbef48

Complementary Color

#dbef48 #5c48ef

#dbef48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef48 Color CSS Codes

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

#dbef48 Text Font Color

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

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


#dbef48 Background Color

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

This div background color is #dbef48


#dbef48 Border Color

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

This div border color is #dbef48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef48


Comments

No comments written yet.

Please login to write comment.