Color Hex Logo

#fdbc82 Color Hex

#FDBC82
(253,188,130)
0 Favorites   0 Comments

Color spaces of #fdbc82

RGB 253188130
HSL0.080.970.75
HSV28°49°99°
CMYK 0.000.260.49   0.01
XYZ62.520558.460829.1080
Yxy58.46080.41660.3895
Hunter Lab76.459712.153730.9502
CIE-Lab80.994316.763038.3925

#fdbc82 color RGB value is (253,188,130).

#fdbc82 hex color red value is 253, green value is 188 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fdbc82 hue: 0.08 , saturation: 0.97 and the lightness value of fdbc82 is 0.75.

The process color (four color CMYK) of #fdbc82 color hex is 0.00, 0.26, 0.49, 0.01. Web safe color of #fdbc82 is #ffcc99. Color #fdbc82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10000010
Octal 375 274 202
Decimal 253 188 130
Hex FD BC 82

RGB Percentages of Color #fdbc82

%44.31
%32.92
%22.77

CMYK Percentages of Color #fdbc82

%0
%26
%49
%1

Triadic Colors of #fdbc82

#fdbc82 #82fdbc #bc82fd

Analogous Colors of #fdbc82

#fdbc82 #fdfa82 #fd8286

Monochromatic Colors of #fdbc82

#fdbc82

Complementary Color

#fdbc82 #82c3fd

#fdbc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc82 Color CSS Codes

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

#fdbc82 Text Font Color

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

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


#fdbc82 Background Color

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

This div background color is #fdbc82


#fdbc82 Border Color

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

This div border color is #fdbc82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,188,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc82

Related Colors


Comments

No comments written yet.

Please login to write comment.