Color Hex Logo

#dbde23 Color Hex

#DBDE23
(219,222,35)
0 Favorites   0 Comments

Color spaces of #dbde23

RGB 21922235
HSL0.170.740.50
HSV61°84°87°
CMYK 0.010.000.84   0.13
XYZ55.638167.424011.6718
Yxy67.42400.41290.5004
Hunter Lab82.1121-22.746949.0507
CIE-Lab85.7176-20.176480.3681

#dbde23 color RGB value is (219,222,35).

#dbde23 hex color red value is 219, green value is 222 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dbde23 hue: 0.17 , saturation: 0.74 and the lightness value of dbde23 is 0.50.

The process color (four color CMYK) of #dbde23 color hex is 0.01, 0.00, 0.84, 0.13. Web safe color of #dbde23 is #cccc33. Color #dbde23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 00100011
Octal 333 336 43
Decimal 219 222 35
Hex DB DE 23

RGB Percentages of Color #dbde23

%46.01
%46.64
%7.35

CMYK Percentages of Color #dbde23

%1
%0
%84
%13

Triadic Colors of #dbde23

#dbde23 #23dbde #de23db

Analogous Colors of #dbde23

#dbde23 #7ede23 #de8423

Monochromatic Colors of #dbde23

#dbde23

Complementary Color

#dbde23 #2623de

#dbde23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbde23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbde23 Color CSS Codes

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

#dbde23 Text Font Color

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

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


#dbde23 Background Color

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

This div background color is #dbde23


#dbde23 Border Color

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

This div border color is #dbde23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbde23


Comments

No comments written yet.

Please login to write comment.