Color Hex Logo

#fbde93 Color Hex

#FBDE93
(251,222,147)
0 Favorites   0 Comments

Color spaces of #fbde93

RGB 251222147
HSL0.120.930.78
HSV43°41°98°
CMYK 0.000.120.41   0.02
XYZ71.171474.858438.3017
Yxy74.85840.38610.4061
Hunter Lab86.5207-4.578434.3176
CIE-Lab89.32660.044140.4145

#fbde93 color RGB value is (251,222,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10010011
Octal 373 336 223
Decimal 251 222 147
Hex FB DE 93

RGB Percentages of Color #fbde93

%40.48
%35.81
%23.71

CMYK Percentages of Color #fbde93

%0
%12
%41
%2

Triadic Colors of #fbde93

#fbde93 #93fbde #de93fb

Analogous Colors of #fbde93

#fbde93 #e4fb93 #fbaa93

Monochromatic Colors of #fbde93

#fbde93

Complementary Color

#fbde93 #93b0fb

#fbde93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbde93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbde93 Color CSS Codes

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

#fbde93 Text Font Color

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

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


#fbde93 Background Color

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

This div background color is #fbde93


#fbde93 Border Color

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

This div border color is #fbde93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,222,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 #fbde93">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbde93

Related Colors


Comments

No comments written yet.

Please login to write comment.