Color Hex Logo

#dbe434 Color Hex

#DBE434
(219,228,52)
0 Favorites   0 Comments

Color spaces of #dbe434

RGB 21922852
HSL0.180.770.55
HSV63°77°89°
CMYK 0.040.000.77   0.11
XYZ57.576770.794813.8790
Yxy70.79480.40480.4977
Hunter Lab84.1396-25.097049.1178
CIE-Lab87.3852-22.561977.5968

#dbe434 color RGB value is (219,228,52).

#dbe434 hex color red value is 219, green value is 228 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dbe434 hue: 0.18 , saturation: 0.77 and the lightness value of dbe434 is 0.55.

The process color (four color CMYK) of #dbe434 color hex is 0.04, 0.00, 0.77, 0.11. Web safe color of #dbe434 is #cccc33. Color #dbe434 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 00110100
Octal 333 344 64
Decimal 219 228 52
Hex DB E4 34

RGB Percentages of Color #dbe434

%43.89
%45.69
%10.42

CMYK Percentages of Color #dbe434

%4
%0
%77
%11

Triadic Colors of #dbe434

#dbe434 #34dbe4 #e434db

Analogous Colors of #dbe434

#dbe434 #83e434 #e49534

Monochromatic Colors of #dbe434

#dbe434

Complementary Color

#dbe434 #3d34e4

#dbe434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe434 Color CSS Codes

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

#dbe434 Text Font Color

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

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


#dbe434 Background Color

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

This div background color is #dbe434


#dbe434 Border Color

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

This div border color is #dbe434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe434


Comments

No comments written yet.

Please login to write comment.