Color Hex Logo

#ffdd45 Color Hex

#FFDD45
(255,221,69)
0 Favorites   0 Comments

Color spaces of #ffdd45

RGB 25522169
HSL0.141.000.64
HSV49°73°100°
CMYK 0.000.130.73   0.00
XYZ68.170673.402616.2054
Yxy73.40260.43210.4652
Hunter Lab85.6753-7.902048.7581
CIE-Lab88.6394-3.466774.4231

#ffdd45 color RGB value is (255,221,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 01000101
Octal 377 335 105
Decimal 255 221 69
Hex FF DD 45

RGB Percentages of Color #ffdd45

%46.79
%40.55
%12.66

CMYK Percentages of Color #ffdd45

%0
%13
%73
%0

Triadic Colors of #ffdd45

#ffdd45 #45ffdd #dd45ff

Analogous Colors of #ffdd45

#ffdd45 #c4ff45 #ff8045

Monochromatic Colors of #ffdd45

#ffdd45

Complementary Color

#ffdd45 #4567ff

#ffdd45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd45 Color CSS Codes

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

#ffdd45 Text Font Color

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

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


#ffdd45 Background Color

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

This div background color is #ffdd45


#ffdd45 Border Color

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

This div border color is #ffdd45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd45

Related Colors

#ffdd45 Color Palettes


Comments

No comments written yet.

Please login to write comment.