Color Hex Logo

#dbef5c Color Hex

#DBEF5C
(219,239,92)
0 Favorites   0 Comments

Color spaces of #dbef5c

RGB 21923992
HSL0.190.820.65
HSV68°62°94°
CMYK 0.080.000.62   0.06
XYZ62.011777.565821.8285
Yxy77.56580.38420.4806
Hunter Lab88.0714-28.442046.9550
CIE-Lab90.5814-25.743566.7075

#dbef5c color RGB value is (219,239,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 01011100
Octal 333 357 134
Decimal 219 239 92
Hex DB EF 5C

RGB Percentages of Color #dbef5c

%39.82
%43.45
%16.73

CMYK Percentages of Color #dbef5c

%8
%0
%62
%6

Triadic Colors of #dbef5c

#dbef5c #5cdbef #ef5cdb

Analogous Colors of #dbef5c

#dbef5c #92ef5c #efba5c

Monochromatic Colors of #dbef5c

#dbef5c

Complementary Color

#dbef5c #705cef

#dbef5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef5c Color CSS Codes

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

#dbef5c Text Font Color

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

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


#dbef5c Background Color

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

This div background color is #dbef5c


#dbef5c Border Color

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

This div border color is #dbef5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef5c


Comments

No comments written yet.

Please login to write comment.