Color Hex Logo

#fbda93 Color Hex

#FBDA93
(251,218,147)
0 Favorites   0 Comments

Color spaces of #fbda93

RGB 251218147
HSL0.110.930.78
HSV41°41°98°
CMYK 0.000.130.41   0.02
XYZ70.121572.758637.9518
Yxy72.75860.38780.4024
Hunter Lab85.2987-2.533133.3292
CIE-Lab88.33252.085639.1317

#fbda93 color RGB value is (251,218,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 10010011
Octal 373 332 223
Decimal 251 218 147
Hex FB DA 93

RGB Percentages of Color #fbda93

%40.75
%35.39
%23.86

CMYK Percentages of Color #fbda93

%0
%13
%41
%2

Triadic Colors of #fbda93

#fbda93 #93fbda #da93fb

Analogous Colors of #fbda93

#fbda93 #e8fb93 #fba693

Monochromatic Colors of #fbda93

#fbda93

Complementary Color

#fbda93 #93b4fb

#fbda93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda93 Color CSS Codes

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

#fbda93 Text Font Color

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

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


#fbda93 Background Color

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

This div background color is #fbda93


#fbda93 Border Color

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

This div border color is #fbda93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda93

Related Colors


Comments

No comments written yet.

Please login to write comment.