Color Hex Logo

#dbdf67 Color Hex

#DBDF67
(219,223,103)
0 Favorites   0 Comments

Color spaces of #dbdf67

RGB 219223103
HSL0.170.650.64
HSV62°54°87°
CMYK 0.020.000.54   0.13
XYZ58.049368.814723.0550
Yxy68.81470.38720.4590
Hunter Lab82.9546-20.261341.5902
CIE-Lab86.4122-17.213557.3667

#dbdf67 color RGB value is (219,223,103).

#dbdf67 hex color red value is 219, green value is 223 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dbdf67 hue: 0.17 , saturation: 0.65 and the lightness value of dbdf67 is 0.64.

The process color (four color CMYK) of #dbdf67 color hex is 0.02, 0.00, 0.54, 0.13. Web safe color of #dbdf67 is #cccc66. Color #dbdf67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 01100111
Octal 333 337 147
Decimal 219 223 103
Hex DB DF 67

RGB Percentages of Color #dbdf67

%40.18
%40.92
%18.90

CMYK Percentages of Color #dbdf67

%2
%0
%54
%13

Triadic Colors of #dbdf67

#dbdf67 #67dbdf #df67db

Analogous Colors of #dbdf67

#dbdf67 #9fdf67 #dfa767

Monochromatic Colors of #dbdf67

#dbdf67

Complementary Color

#dbdf67 #6b67df

#dbdf67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf67 Color CSS Codes

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

#dbdf67 Text Font Color

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

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


#dbdf67 Background Color

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

This div background color is #dbdf67


#dbdf67 Border Color

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

This div border color is #dbdf67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf67


Comments

No comments written yet.

Please login to write comment.