Color Hex Logo

#fdb858 Color Hex

#FDB858
(253,184,88)
0 Favorites   0 Comments

Color spaces of #fdb858

RGB 25318488
HSL0.100.980.67
HSV35°65°99°
CMYK 0.000.270.65   0.01
XYZ59.410055.868216.8849
Yxy55.86820.44950.4227
Hunter Lab74.745011.074338.9279
CIE-Lab79.538715.702557.2712

#fdb858 color RGB value is (253,184,88).

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

The process color (four color CMYK) of #fdb858 color hex is 0.00, 0.27, 0.65, 0.01. Web safe color of #fdb858 is #ffcc66. Color #fdb858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 01011000
Octal 375 270 130
Decimal 253 184 88
Hex FD B8 58

RGB Percentages of Color #fdb858

%48.19
%35.05
%16.76

CMYK Percentages of Color #fdb858

%0
%27
%65
%1

Triadic Colors of #fdb858

#fdb858 #58fdb8 #b858fd

Analogous Colors of #fdb858

#fdb858 #f0fd58 #fd6658

Monochromatic Colors of #fdb858

#fdb858

Complementary Color

#fdb858 #589dfd

#fdb858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb858 Color CSS Codes

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

#fdb858 Text Font Color

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

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


#fdb858 Background Color

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

This div background color is #fdb858


#fdb858 Border Color

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

This div border color is #fdb858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb858


Comments

No comments written yet.

Please login to write comment.