Color Hex Logo

#fdd627 Color Hex

#FDD627
(253,214,39)
0 Favorites   0 Comments

Color spaces of #fdd627

RGB 25321439
HSL0.140.980.57
HSV49°85°99°
CMYK 0.000.150.85   0.01
XYZ64.920869.122311.8397
Yxy69.12230.44500.4738
Hunter Lab83.1398-6.110749.7546
CIE-Lab86.5646-1.751781.3750

#fdd627 color RGB value is (253,214,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 00100111
Octal 375 326 47
Decimal 253 214 39
Hex FD D6 27

RGB Percentages of Color #fdd627

%50.00
%42.29
%7.71

CMYK Percentages of Color #fdd627

%0
%15
%85
%1

Triadic Colors of #fdd627

#fdd627 #27fdd6 #d627fd

Analogous Colors of #fdd627

#fdd627 #b9fd27 #fd6b27

Monochromatic Colors of #fdd627

#fdd627

Complementary Color

#fdd627 #274efd

#fdd627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd627 Color CSS Codes

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

#fdd627 Text Font Color

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

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


#fdd627 Background Color

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

This div background color is #fdd627


#fdd627 Border Color

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

This div border color is #fdd627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd627


Comments

No comments written yet.

Please login to write comment.