Color Hex Logo

#dbe125 Color Hex

#DBE125
(219,225,37)
0 Favorites   0 Comments

Color spaces of #dbe125

RGB 21922537
HSL0.170.760.51
HSV62°84°88°
CMYK 0.030.000.84   0.12
XYZ56.472669.044112.1007
Yxy69.04410.41040.5017
Hunter Lab83.0928-24.097949.5306
CIE-Lab86.5259-21.579680.6119

#dbe125 color RGB value is (219,225,37).

#dbe125 hex color red value is 219, green value is 225 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dbe125 hue: 0.17 , saturation: 0.76 and the lightness value of dbe125 is 0.51.

The process color (four color CMYK) of #dbe125 color hex is 0.03, 0.00, 0.84, 0.12. Web safe color of #dbe125 is #cccc33. Color #dbe125 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00100101
Octal 333 341 45
Decimal 219 225 37
Hex DB E1 25

RGB Percentages of Color #dbe125

%45.53
%46.78
%7.69

CMYK Percentages of Color #dbe125

%3
%0
%84
%12

Triadic Colors of #dbe125

#dbe125 #25dbe1 #e125db

Analogous Colors of #dbe125

#dbe125 #7de125 #e18925

Monochromatic Colors of #dbe125

#dbe125

Complementary Color

#dbe125 #2b25e1

#dbe125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe125 Color CSS Codes

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

#dbe125 Text Font Color

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

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


#dbe125 Background Color

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

This div background color is #dbe125


#dbe125 Border Color

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

This div border color is #dbe125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe125


Comments

No comments written yet.

Please login to write comment.