Color Hex Logo

#dbf464 Color Hex

#DBF464
(219,244,100)
0 Favorites   0 Comments

Color spaces of #dbf464

RGB 219244100
HSL0.200.870.67
HSV70°59°96°
CMYK 0.100.000.59   0.04
XYZ63.864480.681524.2637
Yxy80.68150.37830.4779
Hunter Lab89.8229-30.275946.8601
CIE-Lab91.9898-27.537764.9354

#dbf464 color RGB value is (219,244,100).

#dbf464 hex color red value is 219, green value is 244 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dbf464 hue: 0.20 , saturation: 0.87 and the lightness value of dbf464 is 0.67.

The process color (four color CMYK) of #dbf464 color hex is 0.10, 0.00, 0.59, 0.04. Web safe color of #dbf464 is #ccff66. Color #dbf464 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 01100100
Octal 333 364 144
Decimal 219 244 100
Hex DB F4 64

RGB Percentages of Color #dbf464

%38.90
%43.34
%17.76

CMYK Percentages of Color #dbf464

%10
%0
%59
%4

Triadic Colors of #dbf464

#dbf464 #64dbf4 #f464db

Analogous Colors of #dbf464

#dbf464 #93f464 #f4c564

Monochromatic Colors of #dbf464

#dbf464

Complementary Color

#dbf464 #7d64f4

#dbf464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf464 Color CSS Codes

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

#dbf464 Text Font Color

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

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


#dbf464 Background Color

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

This div background color is #dbf464


#dbf464 Border Color

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

This div border color is #dbf464


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,244,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 #dbf464">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf464

Related Colors


Comments

No comments written yet.

Please login to write comment.