Color Hex Logo

#fdbe57 Color Hex

#FDBE57
(253,190,87)
0 Favorites   0 Comments

Color spaces of #fdbe57

RGB 25319087
HSL0.100.980.67
HSV37°66°99°
CMYK 0.000.250.66   0.01
XYZ60.641858.397717.0925
Yxy58.39770.44550.4290
Hunter Lab76.41847.916540.2315
CIE-Lab80.959412.513559.2820

#fdbe57 color RGB value is (253,190,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 01010111
Octal 375 276 127
Decimal 253 190 87
Hex FD BE 57

RGB Percentages of Color #fdbe57

%47.74
%35.85
%16.42

CMYK Percentages of Color #fdbe57

%0
%25
%66
%1

Triadic Colors of #fdbe57

#fdbe57 #57fdbe #be57fd

Analogous Colors of #fdbe57

#fdbe57 #e9fd57 #fd6b57

Monochromatic Colors of #fdbe57

#fdbe57

Complementary Color

#fdbe57 #5796fd

#fdbe57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbe57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbe57 Color CSS Codes

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

#fdbe57 Text Font Color

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

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


#fdbe57 Background Color

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

This div background color is #fdbe57


#fdbe57 Border Color

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

This div border color is #fdbe57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbe57

Related Colors


Comments

No comments written yet.

Please login to write comment.