Color Hex Logo

#fbda68 Color Hex

#FBDA68
(251,218,104)
0 Favorites   0 Comments

Color spaces of #fbda68

RGB 251218104
HSL0.130.950.70
HSV47°59°98°
CMYK 0.000.130.59   0.02
XYZ67.353871.651523.3769
Yxy71.65150.41480.4413
Hunter Lab84.6472-6.100142.8790
CIE-Lab87.8006-1.645959.2082

#fbda68 color RGB value is (251,218,104).

#fbda68 hex color red value is 251, green value is 218 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #fbda68 hue: 0.13 , saturation: 0.95 and the lightness value of fbda68 is 0.70.

The process color (four color CMYK) of #fbda68 color hex is 0.00, 0.13, 0.59, 0.02. Web safe color of #fbda68 is #ffcc66. Color #fbda68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 01101000
Octal 373 332 150
Decimal 251 218 104
Hex FB DA 68

RGB Percentages of Color #fbda68

%43.80
%38.05
%18.15

CMYK Percentages of Color #fbda68

%0
%13
%59
%2

Triadic Colors of #fbda68

#fbda68 #68fbda #da68fb

Analogous Colors of #fbda68

#fbda68 #d3fb68 #fb9168

Monochromatic Colors of #fbda68

#fbda68

Complementary Color

#fbda68 #6889fb

#fbda68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda68 Color CSS Codes

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

#fbda68 Text Font Color

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

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


#fbda68 Background Color

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

This div background color is #fbda68


#fbda68 Border Color

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

This div border color is #fbda68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda68


Comments

No comments written yet.

Please login to write comment.