Color Hex Logo

#fdc255 Color Hex

#FDC255
(253,194,85)
0 Favorites   0 Comments

Color spaces of #fdc255

RGB 25319485
HSL0.110.980.66
HSV39°66°99°
CMYK 0.000.230.66   0.01
XYZ61.439560.122116.9608
Yxy60.12210.44350.4340
Hunter Lab77.53845.746641.3078
CIE-Lab81.904510.318961.1894

#fdc255 color RGB value is (253,194,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 01010101
Octal 375 302 125
Decimal 253 194 85
Hex FD C2 55

RGB Percentages of Color #fdc255

%47.56
%36.47
%15.98

CMYK Percentages of Color #fdc255

%0
%23
%66
%1

Triadic Colors of #fdc255

#fdc255 #55fdc2 #c255fd

Analogous Colors of #fdc255

#fdc255 #e4fd55 #fd6e55

Monochromatic Colors of #fdc255

#fdc255

Complementary Color

#fdc255 #5590fd

#fdc255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc255 Color CSS Codes

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

#fdc255 Text Font Color

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

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


#fdc255 Background Color

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

This div background color is #fdc255


#fdc255 Border Color

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

This div border color is #fdc255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc255

Related Colors


Comments

No comments written yet.

Please login to write comment.