Color Hex Logo

#fdd905 Color Hex

#FDD905
(253,217,5)
0 Favorites   0 Comments

Color spaces of #fdd905

RGB 2532175
HSL0.140.980.51
HSV51°98°99°
CMYK 0.000.140.98   0.01
XYZ65.348370.519310.3109
Yxy70.51930.44700.4824
Hunter Lab83.9758-8.052451.5032
CIE-Lab87.2509-3.745786.8579

#fdd905 color RGB value is (253,217,5).

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

The process color (four color CMYK) of #fdd905 color hex is 0.00, 0.14, 0.98, 0.01. Web safe color of #fdd905 is #ffcc00. Color #fdd905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 00000101
Octal 375 331 5
Decimal 253 217 5
Hex FD D9 5

RGB Percentages of Color #fdd905

%53.26
%45.68
%1.05

CMYK Percentages of Color #fdd905

%0
%14
%98
%1

Triadic Colors of #fdd905

#fdd905 #05fdd9 #d905fd

Analogous Colors of #fdd905

#fdd905 #a5fd05 #fd5d05

Monochromatic Colors of #fdd905

#fdd905

Complementary Color

#fdd905 #0529fd

#fdd905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd905 Color CSS Codes

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

#fdd905 Text Font Color

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

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


#fdd905 Background Color

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

This div background color is #fdd905


#fdd905 Border Color

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

This div border color is #fdd905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd905


Comments

No comments written yet.

Please login to write comment.