Color Hex Logo

#fdf2ba Color Hex

#FDF2BA
(253,242,186)
0 Favorites   0 Comments

Color spaces of #fdf2ba

RGB 253242186
HSL0.140.940.86
HSV50°26°99°
CMYK 0.000.040.26   0.01
XYZ81.123187.932159.1513
Yxy87.93210.35550.3853
Hunter Lab93.7721-9.679328.2404
CIE-Lab95.1323-4.734528.4158

#fdf2ba color RGB value is (253,242,186).

#fdf2ba hex color red value is 253, green value is 242 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fdf2ba hue: 0.14 , saturation: 0.94 and the lightness value of fdf2ba is 0.86.

The process color (four color CMYK) of #fdf2ba color hex is 0.00, 0.04, 0.26, 0.01. Web safe color of #fdf2ba is #ffffcc. Color #fdf2ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110010 10111010
Octal 375 362 272
Decimal 253 242 186
Hex FD F2 BA

RGB Percentages of Color #fdf2ba

%37.15
%35.54
%27.31

CMYK Percentages of Color #fdf2ba

%0
%4
%26
%1

Triadic Colors of #fdf2ba

#fdf2ba #bafdf2 #f2bafd

Analogous Colors of #fdf2ba

#fdf2ba #e7fdba #fdd1ba

Monochromatic Colors of #fdf2ba

#fdf2ba

Complementary Color

#fdf2ba #bac5fd

#fdf2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf2ba Color CSS Codes

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

#fdf2ba Text Font Color

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

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


#fdf2ba Background Color

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

This div background color is #fdf2ba


#fdf2ba Border Color

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

This div border color is #fdf2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf2ba


Comments

No comments written yet.

Please login to write comment.