Color Hex Logo

#fbdf93 Color Hex

#FBDF93
(251,223,147)
0 Favorites   0 Comments

Color spaces of #fbdf93

RGB 251223147
HSL0.120.930.78
HSV44°41°98°
CMYK 0.000.110.41   0.02
XYZ71.437875.391238.3905
Yxy75.39120.38570.4070
Hunter Lab86.8281-5.088434.5650
CIE-Lab89.5759-0.464740.7353

#fbdf93 color RGB value is (251,223,147).

#fbdf93 hex color red value is 251, green value is 223 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fbdf93 hue: 0.12 , saturation: 0.93 and the lightness value of fbdf93 is 0.78.

The process color (four color CMYK) of #fbdf93 color hex is 0.00, 0.11, 0.41, 0.02. Web safe color of #fbdf93 is #ffcc99. Color #fbdf93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 10010011
Octal 373 337 223
Decimal 251 223 147
Hex FB DF 93

RGB Percentages of Color #fbdf93

%40.42
%35.91
%23.67

CMYK Percentages of Color #fbdf93

%0
%11
%41
%2

Triadic Colors of #fbdf93

#fbdf93 #93fbdf #df93fb

Analogous Colors of #fbdf93

#fbdf93 #e3fb93 #fbab93

Monochromatic Colors of #fbdf93

#fbdf93

Complementary Color

#fbdf93 #93affb

#fbdf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf93 Color CSS Codes

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

#fbdf93 Text Font Color

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

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


#fbdf93 Background Color

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

This div background color is #fbdf93


#fbdf93 Border Color

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

This div border color is #fbdf93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,223,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbdf93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbdf93;
  -webkit-box-shadow: 1px 1px 3px 2px #fbdf93;
  box-shadow:         1px 1px 3px 2px #fbdf93; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,223,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf93


Comments

No comments written yet.

Please login to write comment.