Color Hex Logo

#ffdd50 Color Hex

#FFDD50
(255,221,80)
1 Favorites   0 Comments

Color spaces of #ffdd50

RGB 25522180
HSL0.131.000.66
HSV48°69°100°
CMYK 0.000.130.69   0.00
XYZ68.544473.552118.1737
Yxy73.55210.42770.4589
Hunter Lab85.7625-7.421047.4698
CIE-Lab88.7104-2.956170.4173

#ffdd50 color RGB value is (255,221,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 01010000
Octal 377 335 120
Decimal 255 221 80
Hex FF DD 50

RGB Percentages of Color #ffdd50

%45.86
%39.75
%14.39

CMYK Percentages of Color #ffdd50

%0
%13
%69
%0

Triadic Colors of #ffdd50

#ffdd50 #50ffdd #dd50ff

Analogous Colors of #ffdd50

#ffdd50 #caff50 #ff8650

Monochromatic Colors of #ffdd50

#ffdd50

Complementary Color

#ffdd50 #5072ff

#ffdd50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd50 Color CSS Codes

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

#ffdd50 Text Font Color

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

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


#ffdd50 Background Color

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

This div background color is #ffdd50


#ffdd50 Border Color

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

This div border color is #ffdd50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd50

Related Colors


Comments

No comments written yet.

Please login to write comment.