Color Hex Logo

#dbeb73 Color Hex

#DBEB73
(219,235,115)
0 Favorites   0 Comments

Color spaces of #dbeb73

RGB 219235115
HSL0.190.750.69
HSV68°51°92°
CMYK 0.070.000.51   0.08
XYZ62.016375.714527.5654
Yxy75.71450.37520.4581
Hunter Lab87.0141-25.054942.1272
CIE-Lab89.7266-22.048455.7657

#dbeb73 color RGB value is (219,235,115).

#dbeb73 hex color red value is 219, green value is 235 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dbeb73 hue: 0.19 , saturation: 0.75 and the lightness value of dbeb73 is 0.69.

The process color (four color CMYK) of #dbeb73 color hex is 0.07, 0.00, 0.51, 0.08. Web safe color of #dbeb73 is #ccff66. Color #dbeb73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 01110011
Octal 333 353 163
Decimal 219 235 115
Hex DB EB 73

RGB Percentages of Color #dbeb73

%38.49
%41.30
%20.21

CMYK Percentages of Color #dbeb73

%7
%0
%51
%8

Triadic Colors of #dbeb73

#dbeb73 #73dbeb #eb73db

Analogous Colors of #dbeb73

#dbeb73 #9feb73 #ebbf73

Monochromatic Colors of #dbeb73

#dbeb73

Complementary Color

#dbeb73 #8373eb

#dbeb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb73 Color CSS Codes

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

#dbeb73 Text Font Color

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

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


#dbeb73 Background Color

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

This div background color is #dbeb73


#dbeb73 Border Color

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

This div border color is #dbeb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb73


Comments

No comments written yet.

Please login to write comment.