Color Hex Logo

#dbf542 Color Hex

#DBF542
(219,245,66)
0 Favorites   0 Comments

Color spaces of #dbf542

RGB 21924566
HSL0.190.900.61
HSV69°73°96°
CMYK 0.110.000.73   0.04
XYZ62.849280.758217.4297
Yxy80.75820.39030.5015
Hunter Lab89.8656-32.427451.4064
CIE-Lab92.0240-30.018077.6541

#dbf542 color RGB value is (219,245,66).

#dbf542 hex color red value is 219, green value is 245 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dbf542 hue: 0.19 , saturation: 0.90 and the lightness value of dbf542 is 0.61.

The process color (four color CMYK) of #dbf542 color hex is 0.11, 0.00, 0.73, 0.04. Web safe color of #dbf542 is #ccff33. Color #dbf542 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 01000010
Octal 333 365 102
Decimal 219 245 66
Hex DB F5 42

RGB Percentages of Color #dbf542

%41.32
%46.23
%12.45

CMYK Percentages of Color #dbf542

%11
%0
%73
%4

Triadic Colors of #dbf542

#dbf542 #42dbf5 #f542db

Analogous Colors of #dbf542

#dbf542 #82f542 #f5b642

Monochromatic Colors of #dbf542

#dbf542

Complementary Color

#dbf542 #5c42f5

#dbf542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf542 Color CSS Codes

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

#dbf542 Text Font Color

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

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


#dbf542 Background Color

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

This div background color is #dbf542


#dbf542 Border Color

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

This div border color is #dbf542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf542


Comments

No comments written yet.

Please login to write comment.