Color Hex Logo

#dbe933 Color Hex

#DBE933
(219,233,51)
0 Favorites   0 Comments

Color spaces of #dbe933

RGB 21923351
HSL0.180.810.56
HSV65°78°91°
CMYK 0.060.000.78   0.09
XYZ58.949973.576914.2267
Yxy73.57690.40170.5014
Hunter Lab85.7770-27.436350.2102
CIE-Lab88.7221-24.987579.0682

#dbe933 color RGB value is (219,233,51).

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

The process color (four color CMYK) of #dbe933 color hex is 0.06, 0.00, 0.78, 0.09. Web safe color of #dbe933 is #ccff33. Color #dbe933 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 00110011
Octal 333 351 63
Decimal 219 233 51
Hex DB E9 33

RGB Percentages of Color #dbe933

%43.54
%46.32
%10.14

CMYK Percentages of Color #dbe933

%6
%0
%78
%9

Triadic Colors of #dbe933

#dbe933 #33dbe9 #e933db

Analogous Colors of #dbe933

#dbe933 #80e933 #e99c33

Monochromatic Colors of #dbe933

#dbe933

Complementary Color

#dbe933 #4133e9

#dbe933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe933 Color CSS Codes

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

#dbe933 Text Font Color

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

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


#dbe933 Background Color

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

This div background color is #dbe933


#dbe933 Border Color

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

This div border color is #dbe933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe933


Comments

No comments written yet.

Please login to write comment.