Color Hex Logo

#fdad27 Color Hex

#FDAD27
(253,173,39)
0 Favorites   0 Comments

Color spaces of #fdad27

RGB 25317339
HSL0.100.980.57
HSV38°85°99°
CMYK 0.000.320.85   0.01
XYZ55.817850.91638.8054
Yxy50.91630.48310.4407
Hunter Lab71.355714.758842.6325
CIE-Lab76.628319.451673.2152

#fdad27 color RGB value is (253,173,39).

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

The process color (four color CMYK) of #fdad27 color hex is 0.00, 0.32, 0.85, 0.01. Web safe color of #fdad27 is #ff9933. Color #fdad27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 00100111
Octal 375 255 47
Decimal 253 173 39
Hex FD AD 27

RGB Percentages of Color #fdad27

%54.41
%37.20
%8.39

CMYK Percentages of Color #fdad27

%0
%32
%85
%1

Triadic Colors of #fdad27

#fdad27 #27fdad #ad27fd

Analogous Colors of #fdad27

#fdad27 #e2fd27 #fd4227

Monochromatic Colors of #fdad27

#fdad27

Complementary Color

#fdad27 #2777fd

#fdad27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad27 Color CSS Codes

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

#fdad27 Text Font Color

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

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


#fdad27 Background Color

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

This div background color is #fdad27


#fdad27 Border Color

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

This div border color is #fdad27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,173,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 #fdad27">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad27

Related Colors


Comments

No comments written yet.

Please login to write comment.