Color Hex Logo

#fdbc55 Color Hex

#FDBC55
(253,188,85)
0 Favorites   0 Comments

Color spaces of #fdbc55

RGB 25318885
HSL0.100.980.66
HSV37°66°99°
CMYK 0.000.260.66   0.01
XYZ60.130957.505016.5247
Yxy57.50500.44820.4286
Hunter Lab75.83218.835240.1624
CIE-Lab80.462813.441859.6340

#fdbc55 color RGB value is (253,188,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 01010101
Octal 375 274 125
Decimal 253 188 85
Hex FD BC 55

RGB Percentages of Color #fdbc55

%48.10
%35.74
%16.16

CMYK Percentages of Color #fdbc55

%0
%26
%66
%1

Triadic Colors of #fdbc55

#fdbc55 #55fdbc #bc55fd

Analogous Colors of #fdbc55

#fdbc55 #eafd55 #fd6855

Monochromatic Colors of #fdbc55

#fdbc55

Complementary Color

#fdbc55 #5596fd

#fdbc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc55 Color CSS Codes

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

#fdbc55 Text Font Color

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

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


#fdbc55 Background Color

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

This div background color is #fdbc55


#fdbc55 Border Color

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

This div border color is #fdbc55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc55

Related Colors


Comments

No comments written yet.

Please login to write comment.