Color Hex Logo

#fdb427 Color Hex

#FDB427
(253,180,39)
0 Favorites   0 Comments

Color spaces of #fdb427

RGB 25318039
HSL0.110.980.57
HSV40°85°99°
CMYK 0.000.290.85   0.01
XYZ57.195553.67169.2646
Yxy53.67160.47610.4468
Hunter Lab73.260911.150143.7848
CIE-Lab78.269915.792774.5674

#fdb427 color RGB value is (253,180,39).

#fdb427 hex color red value is 253, green value is 180 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #fdb427 hue: 0.11 , saturation: 0.98 and the lightness value of fdb427 is 0.57.

The process color (four color CMYK) of #fdb427 color hex is 0.00, 0.29, 0.85, 0.01. Web safe color of #fdb427 is #ffcc33. Color #fdb427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 00100111
Octal 375 264 47
Decimal 253 180 39
Hex FD B4 27

RGB Percentages of Color #fdb427

%53.60
%38.14
%8.26

CMYK Percentages of Color #fdb427

%0
%29
%85
%1

Triadic Colors of #fdb427

#fdb427 #27fdb4 #b427fd

Analogous Colors of #fdb427

#fdb427 #dbfd27 #fd4927

Monochromatic Colors of #fdb427

#fdb427

Complementary Color

#fdb427 #2770fd

#fdb427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb427 Color CSS Codes

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

#fdb427 Text Font Color

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

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


#fdb427 Background Color

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

This div background color is #fdb427


#fdb427 Border Color

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

This div border color is #fdb427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb427

Related Colors


Comments

No comments written yet.

Please login to write comment.