Color Hex Logo

#ffdd55 Color Hex

#FFDD55
(255,221,85)
1 Favorites   0 Comments

Color spaces of #ffdd55

RGB 25522185
HSL0.131.000.67
HSV48°67°100°
CMYK 0.000.130.67   0.00
XYZ68.736173.628819.1833
Yxy73.62880.42550.4558
Hunter Lab85.8072-7.174846.8100
CIE-Lab88.7468-2.695368.4775

#ffdd55 color RGB value is (255,221,85). This hex color code is also a web safe color which is equal to #FD5.

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

The process color (four color CMYK) of #ffdd55 color hex is 0.00, 0.13, 0.67, 0.00. Web safe color of #ffdd55 is #ffcc66. Color #ffdd55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 01010101
Octal 377 335 125
Decimal 255 221 85
Hex FF DD 55

RGB Percentages of Color #ffdd55

%45.45
%39.39
%15.15

CMYK Percentages of Color #ffdd55

%0
%13
%67
%0

Triadic Colors of #ffdd55

#ffdd55 #55ffdd #dd55ff

Analogous Colors of #ffdd55

#ffdd55 #ccff55 #ff8855

Monochromatic Colors of #ffdd55

#ffdd55

Complementary Color

#ffdd55 #5577ff

#ffdd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd55 Color CSS Codes

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

#ffdd55 Text Font Color

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

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


#ffdd55 Background Color

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

This div background color is #ffdd55


#ffdd55 Border Color

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

This div border color is #ffdd55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd55

Related Colors


Comments

No comments written yet.

Please login to write comment.