Color Hex Logo

#fdefb8 Color Hex

#FDEFB8
(253,239,184)
0 Favorites   0 Comments

Color spaces of #fdefb8

RGB 253239184
HSL0.130.950.86
HSV48°27°99°
CMYK 0.000.060.27   0.01
XYZ80.026286.076357.7440
Yxy86.07630.35750.3845
Hunter Lab92.7773-8.393028.0424
CIE-Lab94.3450-3.488028.3628

#fdefb8 color RGB value is (253,239,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 10111000
Octal 375 357 270
Decimal 253 239 184
Hex FD EF B8

RGB Percentages of Color #fdefb8

%37.43
%35.36
%27.22

CMYK Percentages of Color #fdefb8

%0
%6
%27
%1

Triadic Colors of #fdefb8

#fdefb8 #b8fdef #efb8fd

Analogous Colors of #fdefb8

#fdefb8 #e9fdb8 #fdcdb8

Monochromatic Colors of #fdefb8

#fdefb8

Complementary Color

#fdefb8 #b8c6fd

#fdefb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefb8 Color CSS Codes

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

#fdefb8 Text Font Color

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

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


#fdefb8 Background Color

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

This div background color is #fdefb8


#fdefb8 Border Color

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

This div border color is #fdefb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefb8


Comments

No comments written yet.

Please login to write comment.