Color Hex Logo

#dbeb45 Color Hex

#DBEB45
(219,235,69)
0 Favorites   0 Comments

Color spaces of #dbeb45

RGB 21923569
HSL0.180.810.60
HSV66°71°92°
CMYK 0.070.000.71   0.08
XYZ59.995974.906416.9265
Yxy74.90640.39520.4934
Hunter Lab86.5485-27.722648.9884
CIE-Lab89.3491-25.182874.0975

#dbeb45 color RGB value is (219,235,69).

#dbeb45 hex color red value is 219, green value is 235 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dbeb45 hue: 0.18 , saturation: 0.81 and the lightness value of dbeb45 is 0.60.

The process color (four color CMYK) of #dbeb45 color hex is 0.07, 0.00, 0.71, 0.08. Web safe color of #dbeb45 is #ccff33. Color #dbeb45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 01000101
Octal 333 353 105
Decimal 219 235 69
Hex DB EB 45

RGB Percentages of Color #dbeb45

%41.87
%44.93
%13.19

CMYK Percentages of Color #dbeb45

%7
%0
%71
%8

Triadic Colors of #dbeb45

#dbeb45 #45dbeb #eb45db

Analogous Colors of #dbeb45

#dbeb45 #88eb45 #eba845

Monochromatic Colors of #dbeb45

#dbeb45

Complementary Color

#dbeb45 #5545eb

#dbeb45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb45 Color CSS Codes

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

#dbeb45 Text Font Color

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

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


#dbeb45 Background Color

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

This div background color is #dbeb45


#dbeb45 Border Color

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

This div border color is #dbeb45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb45


Comments

No comments written yet.

Please login to write comment.