Color Hex Logo

#fffd75 Color Hex

#FFFD75
(255,253,117)
0 Favorites   0 Comments

Color spaces of #fffd75

RGB 255253117
HSL0.161.000.73
HSV59°54°100°
CMYK 0.000.010.54   0.00
XYZ79.576292.794930.5467
Yxy92.79490.39220.4573
Hunter Lab96.3301-21.122748.6300
CIE-Lab97.1443-16.440764.1487

#fffd75 color RGB value is (255,253,117).

#fffd75 hex color red value is 255, green value is 253 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fffd75 hue: 0.16 , saturation: 1.00 and the lightness value of fffd75 is 0.73.

The process color (four color CMYK) of #fffd75 color hex is 0.00, 0.01, 0.54, 0.00. Web safe color of #fffd75 is #ffff66. Color #fffd75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 01110101
Octal 377 375 165
Decimal 255 253 117
Hex FF FD 75

RGB Percentages of Color #fffd75

%40.80
%40.48
%18.72

CMYK Percentages of Color #fffd75

%0
%1
%54
%0

Triadic Colors of #fffd75

#fffd75 #75fffd #fd75ff

Analogous Colors of #fffd75

#fffd75 #bcff75 #ffb875

Monochromatic Colors of #fffd75

#fffd75

Complementary Color

#fffd75 #7577ff

#fffd75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffd75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffd75 Color CSS Codes

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

#fffd75 Text Font Color

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

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


#fffd75 Background Color

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

This div background color is #fffd75


#fffd75 Border Color

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

This div border color is #fffd75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffd75

Related Colors


Comments

No comments written yet.

Please login to write comment.