Color Hex Logo

#dbee34 Color Hex

#DBEE34
(219,238,52)
0 Favorites   0 Comments

Color spaces of #dbee34

RGB 21923852
HSL0.180.850.57
HSV66°78°93°
CMYK 0.080.000.78   0.07
XYZ60.407876.457114.8227
Yxy76.45710.39820.5040
Hunter Lab87.4398-29.702751.1570
CIE-Lab90.0711-27.315779.9962

#dbee34 color RGB value is (219,238,52).

#dbee34 hex color red value is 219, green value is 238 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dbee34 hue: 0.18 , saturation: 0.85 and the lightness value of dbee34 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 00110100
Octal 333 356 64
Decimal 219 238 52
Hex DB EE 34

RGB Percentages of Color #dbee34

%43.03
%46.76
%10.22

CMYK Percentages of Color #dbee34

%8
%0
%78
%7

Triadic Colors of #dbee34

#dbee34 #34dbee #ee34db

Analogous Colors of #dbee34

#dbee34 #7eee34 #eea434

Monochromatic Colors of #dbee34

#dbee34

Complementary Color

#dbee34 #4734ee

#dbee34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbee34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbee34 Color CSS Codes

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

#dbee34 Text Font Color

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

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


#dbee34 Background Color

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

This div background color is #dbee34


#dbee34 Border Color

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

This div border color is #dbee34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbee34


Comments

No comments written yet.

Please login to write comment.