Color Hex Logo

#fdd255 Color Hex

#FDD255
(253,210,85)
0 Favorites   0 Comments

Color spaces of #fdd255

RGB 25321085
HSL0.120.980.66
HSV45°66°99°
CMYK 0.000.170.66   0.01
XYZ65.194367.631718.2124
Yxy67.63170.43160.4478
Hunter Lab82.2385-2.412144.4367
CIE-Lab85.82202.066765.3591

#fdd255 color RGB value is (253,210,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 01010101
Octal 375 322 125
Decimal 253 210 85
Hex FD D2 55

RGB Percentages of Color #fdd255

%46.17
%38.32
%15.51

CMYK Percentages of Color #fdd255

%0
%17
%66
%1

Triadic Colors of #fdd255

#fdd255 #55fdd2 #d255fd

Analogous Colors of #fdd255

#fdd255 #d4fd55 #fd7e55

Monochromatic Colors of #fdd255

#fdd255

Complementary Color

#fdd255 #5580fd

#fdd255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd255 Color CSS Codes

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

#fdd255 Text Font Color

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

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


#fdd255 Background Color

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

This div background color is #fdd255


#fdd255 Border Color

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

This div border color is #fdd255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd255

Related Colors


Comments

No comments written yet.

Please login to write comment.