Color Hex Logo

#ffdd49 Color Hex

#FFDD49
(255,221,73)
0 Favorites   0 Comments

Color spaces of #ffdd49

RGB 25522173
HSL0.141.000.64
HSV49°71°100°
CMYK 0.000.130.71   0.00
XYZ68.299073.453916.8816
Yxy73.45390.43050.4630
Hunter Lab85.7053-7.736548.3152
CIE-Lab88.6637-3.290973.0110

#ffdd49 color RGB value is (255,221,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 01001001
Octal 377 335 111
Decimal 255 221 73
Hex FF DD 49

RGB Percentages of Color #ffdd49

%46.45
%40.26
%13.30

CMYK Percentages of Color #ffdd49

%0
%13
%71
%0

Triadic Colors of #ffdd49

#ffdd49 #49ffdd #dd49ff

Analogous Colors of #ffdd49

#ffdd49 #c6ff49 #ff8249

Monochromatic Colors of #ffdd49

#ffdd49

Complementary Color

#ffdd49 #496bff

#ffdd49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd49 Color CSS Codes

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

#ffdd49 Text Font Color

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

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


#ffdd49 Background Color

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

This div background color is #ffdd49


#ffdd49 Border Color

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

This div border color is #ffdd49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd49

Related Colors

#ffdd49 Color Palettes


Comments

No comments written yet.

Please login to write comment.