Color Hex Logo

#fdf990 Color Hex

#FDF990
(253,249,144)
0 Favorites   0 Comments

Color spaces of #fdf990

RGB 253249144
HSL0.160.960.78
HSV58°43°99°
CMYK 0.000.020.43   0.01
XYZ79.417790.647639.6965
Yxy90.64760.37860.4321
Hunter Lab95.2090-17.721741.9259
CIE-Lab96.2648-12.962650.6835

#fdf990 color RGB value is (253,249,144).

#fdf990 hex color red value is 253, green value is 249 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fdf990 hue: 0.16 , saturation: 0.96 and the lightness value of fdf990 is 0.78.

The process color (four color CMYK) of #fdf990 color hex is 0.00, 0.02, 0.43, 0.01. Web safe color of #fdf990 is #ffff99. Color #fdf990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111001 10010000
Octal 375 371 220
Decimal 253 249 144
Hex FD F9 90

RGB Percentages of Color #fdf990

%39.16
%38.54
%22.29

CMYK Percentages of Color #fdf990

%0
%2
%43
%1

Triadic Colors of #fdf990

#fdf990 #90fdf9 #f990fd

Analogous Colors of #fdf990

#fdf990 #cbfd90 #fdc390

Monochromatic Colors of #fdf990

#fdf990

Complementary Color

#fdf990 #9094fd

#fdf990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf990 Color CSS Codes

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

#fdf990 Text Font Color

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

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


#fdf990 Background Color

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

This div background color is #fdf990


#fdf990 Border Color

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

This div border color is #fdf990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf990

Related Colors


Comments

No comments written yet.

Please login to write comment.