Color Hex Logo

#fdb844 Color Hex

#FDB844
(253,184,68)
0 Favorites   0 Comments

Color spaces of #fdb844

RGB 25318468
HSL0.100.980.63
HSV38°73°99°
CMYK 0.000.270.73   0.01
XYZ58.691955.581013.1036
Yxy55.58100.46080.4364
Hunter Lab74.552710.057741.7659
CIE-Lab79.374814.680065.6961

#fdb844 color RGB value is (253,184,68).

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

The process color (four color CMYK) of #fdb844 color hex is 0.00, 0.27, 0.73, 0.01. Web safe color of #fdb844 is #ffcc33. Color #fdb844 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 01000100
Octal 375 270 104
Decimal 253 184 68
Hex FD B8 44

RGB Percentages of Color #fdb844

%50.10
%36.44
%13.47

CMYK Percentages of Color #fdb844

%0
%27
%73
%1

Triadic Colors of #fdb844

#fdb844 #44fdb8 #b844fd

Analogous Colors of #fdb844

#fdb844 #e6fd44 #fd5b44

Monochromatic Colors of #fdb844

#fdb844

Complementary Color

#fdb844 #4489fd

#fdb844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb844 Color CSS Codes

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

#fdb844 Text Font Color

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

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


#fdb844 Background Color

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

This div background color is #fdb844


#fdb844 Border Color

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

This div border color is #fdb844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb844


Comments

No comments written yet.

Please login to write comment.