Color Hex Logo

#fdd155 Color Hex

#FDD155
(253,209,85)
0 Favorites   0 Comments

Color spaces of #fdd155

RGB 25320985
HSL0.120.980.66
HSV44°66°99°
CMYK 0.000.170.66   0.01
XYZ64.948267.139518.1304
Yxy67.13950.43240.4469
Hunter Lab81.9387-1.905844.2381
CIE-Lab85.57432.578565.0978

#fdd155 color RGB value is (253,209,85).

#fdd155 hex color red value is 253, green value is 209 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fdd155 hue: 0.12 , saturation: 0.98 and the lightness value of fdd155 is 0.66.

The process color (four color CMYK) of #fdd155 color hex is 0.00, 0.17, 0.66, 0.01. Web safe color of #fdd155 is #ffcc66. Color #fdd155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 01010101
Octal 375 321 125
Decimal 253 209 85
Hex FD D1 55

RGB Percentages of Color #fdd155

%46.25
%38.21
%15.54

CMYK Percentages of Color #fdd155

%0
%17
%66
%1

Triadic Colors of #fdd155

#fdd155 #55fdd1 #d155fd

Analogous Colors of #fdd155

#fdd155 #d5fd55 #fd7d55

Monochromatic Colors of #fdd155

#fdd155

Complementary Color

#fdd155 #5581fd

#fdd155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd155 Color CSS Codes

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

#fdd155 Text Font Color

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

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


#fdd155 Background Color

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

This div background color is #fdd155


#fdd155 Border Color

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

This div border color is #fdd155


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,209,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 #fdd155">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd155


Comments

No comments written yet.

Please login to write comment.