Color Hex Logo

#dfdd27 Color Hex

#DFDD27
(223,221,39)
0 Favorites   0 Comments

Color spaces of #dfdd27

RGB 22322139
HSL0.160.740.51
HSV59°83°87°
CMYK 0.000.010.83   0.13
XYZ56.654167.547411.9714
Yxy67.54740.41600.4960
Hunter Lab82.1872-20.782348.8949
CIE-Lab85.7796-17.913179.6690

#dfdd27 color RGB value is (223,221,39).

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

The process color (four color CMYK) of #dfdd27 color hex is 0.00, 0.01, 0.83, 0.13. Web safe color of #dfdd27 is #cccc33. Color #dfdd27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 00100111
Octal 337 335 47
Decimal 223 221 39
Hex DF DD 27

RGB Percentages of Color #dfdd27

%46.17
%45.76
%8.07

CMYK Percentages of Color #dfdd27

%0
%1
%83
%13

Triadic Colors of #dfdd27

#dfdd27 #27dfdd #dd27df

Analogous Colors of #dfdd27

#dfdd27 #85df27 #df8127

Monochromatic Colors of #dfdd27

#dfdd27

Complementary Color

#dfdd27 #2729df

#dfdd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd27 Color CSS Codes

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

#dfdd27 Text Font Color

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

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


#dfdd27 Background Color

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

This div background color is #dfdd27


#dfdd27 Border Color

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

This div border color is #dfdd27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd27


Comments

No comments written yet.

Please login to write comment.