Color Hex Logo

#fdefb4 Color Hex

#FDEFB4
(253,239,180)
0 Favorites   0 Comments

Color spaces of #fdefb4

RGB 253239180
HSL0.130.950.85
HSV48°29°99°
CMYK 0.000.060.29   0.01
XYZ79.612785.910955.5664
Yxy85.91090.36010.3886
Hunter Lab92.6881-8.885129.3374
CIE-Lab94.2742-3.997730.3020

#fdefb4 color RGB value is (253,239,180).

#fdefb4 hex color red value is 253, green value is 239 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #fdefb4 hue: 0.13 , saturation: 0.95 and the lightness value of fdefb4 is 0.85.

The process color (four color CMYK) of #fdefb4 color hex is 0.00, 0.06, 0.29, 0.01. Web safe color of #fdefb4 is #ffffcc. Color #fdefb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 10110100
Octal 375 357 264
Decimal 253 239 180
Hex FD EF B4

RGB Percentages of Color #fdefb4

%37.65
%35.57
%26.79

CMYK Percentages of Color #fdefb4

%0
%6
%29
%1

Triadic Colors of #fdefb4

#fdefb4 #b4fdef #efb4fd

Analogous Colors of #fdefb4

#fdefb4 #e7fdb4 #fdcbb4

Monochromatic Colors of #fdefb4

#fdefb4

Complementary Color

#fdefb4 #b4c2fd

#fdefb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefb4 Color CSS Codes

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

#fdefb4 Text Font Color

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

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


#fdefb4 Background Color

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

This div background color is #fdefb4


#fdefb4 Border Color

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

This div border color is #fdefb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefb4

#fdefb4 Color Palettes


Comments

No comments written yet.

Please login to write comment.