Color Hex Logo

#dbdd27 Color Hex

#DBDD27
(219,221,39)
0 Favorites   0 Comments

Color spaces of #dbdd27

RGB 21922139
HSL0.170.730.51
HSV61°82°87°
CMYK 0.010.000.82   0.13
XYZ55.436166.919511.9144
Yxy66.91950.41290.4984
Hunter Lab81.8043-22.194048.6277
CIE-Lab85.4633-19.586979.2759

#dbdd27 color RGB value is (219,221,39).

#dbdd27 hex color red value is 219, green value is 221 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #dbdd27 hue: 0.17 , saturation: 0.73 and the lightness value of dbdd27 is 0.51.

The process color (four color CMYK) of #dbdd27 color hex is 0.01, 0.00, 0.82, 0.13. Web safe color of #dbdd27 is #cccc33. Color #dbdd27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 00100111
Octal 333 335 47
Decimal 219 221 39
Hex DB DD 27

RGB Percentages of Color #dbdd27

%45.72
%46.14
%8.14

CMYK Percentages of Color #dbdd27

%1
%0
%82
%13

Triadic Colors of #dbdd27

#dbdd27 #27dbdd #dd27db

Analogous Colors of #dbdd27

#dbdd27 #80dd27 #dd8427

Monochromatic Colors of #dbdd27

#dbdd27

Complementary Color

#dbdd27 #2927dd

#dbdd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdd27 Color CSS Codes

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

#dbdd27 Text Font Color

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

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


#dbdd27 Background Color

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

This div background color is #dbdd27


#dbdd27 Border Color

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

This div border color is #dbdd27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdd27


Comments

No comments written yet.

Please login to write comment.