Color Hex Logo

#ffdd32 Color Hex

#FFDD32
(255,221,50)
0 Favorites   0 Comments

Color spaces of #ffdd32

RGB 25522150
HSL0.141.000.60
HSV50°80°100°
CMYK 0.000.130.80   0.00
XYZ67.672273.203213.5805
Yxy73.20320.43810.4739
Hunter Lab85.5589-8.544750.4803
CIE-Lab88.5445-4.151380.3224

#ffdd32 color RGB value is (255,221,50).

#ffdd32 hex color red value is 255, green value is 221 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ffdd32 hue: 0.14 , saturation: 1.00 and the lightness value of ffdd32 is 0.60.

The process color (four color CMYK) of #ffdd32 color hex is 0.00, 0.13, 0.80, 0.00. Web safe color of #ffdd32 is #ffcc33. Color #ffdd32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 00110010
Octal 377 335 62
Decimal 255 221 50
Hex FF DD 32

RGB Percentages of Color #ffdd32

%48.48
%42.02
%9.51

CMYK Percentages of Color #ffdd32

%0
%13
%80
%0

Triadic Colors of #ffdd32

#ffdd32 #32ffdd #dd32ff

Analogous Colors of #ffdd32

#ffdd32 #bbff32 #ff7732

Monochromatic Colors of #ffdd32

#ffdd32

Complementary Color

#ffdd32 #3254ff

#ffdd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd32 Color CSS Codes

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

#ffdd32 Text Font Color

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

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


#ffdd32 Background Color

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

This div background color is #ffdd32


#ffdd32 Border Color

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

This div border color is #ffdd32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd32

#ffdd32 Color Palettes


Comments

No comments written yet.

Please login to write comment.