Color Hex Logo

#dbeb64 Color Hex

#DBEB64
(219,235,100)
0 Favorites   0 Comments

Color spaces of #dbeb64

RGB 219235100
HSL0.190.770.66
HSV67°57°92°
CMYK 0.070.000.57   0.08
XYZ61.222075.396823.3829
Yxy75.39680.38260.4712
Hunter Lab86.8313-26.100244.8157
CIE-Lab89.5785-23.269562.2634

#dbeb64 color RGB value is (219,235,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 01100100
Octal 333 353 144
Decimal 219 235 100
Hex DB EB 64

RGB Percentages of Color #dbeb64

%39.53
%42.42
%18.05

CMYK Percentages of Color #dbeb64

%7
%0
%57
%8

Triadic Colors of #dbeb64

#dbeb64 #64dbeb #eb64db

Analogous Colors of #dbeb64

#dbeb64 #98eb64 #ebb864

Monochromatic Colors of #dbeb64

#dbeb64

Complementary Color

#dbeb64 #7464eb

#dbeb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb64 Color CSS Codes

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

#dbeb64 Text Font Color

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

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


#dbeb64 Background Color

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

This div background color is #dbeb64


#dbeb64 Border Color

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

This div border color is #dbeb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb64


Comments

No comments written yet.

Please login to write comment.