Color Hex Logo

#fbde08 Color Hex

#FBDE08
(251,222,8)
0 Favorites   0 Comments

Color spaces of #fbde08

RGB 2512228
HSL0.150.970.51
HSV53°97°98°
CMYK 0.000.120.97   0.02
XYZ65.948872.769310.7997
Yxy72.76930.44110.4867
Hunter Lab85.3049-11.286252.2073
CIE-Lab88.3376-7.081987.3131

#fbde08 color RGB value is (251,222,8).

#fbde08 hex color red value is 251, green value is 222 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fbde08 hue: 0.15 , saturation: 0.97 and the lightness value of fbde08 is 0.51.

The process color (four color CMYK) of #fbde08 color hex is 0.00, 0.12, 0.97, 0.02. Web safe color of #fbde08 is #ffcc00. Color #fbde08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 00001000
Octal 373 336 10
Decimal 251 222 8
Hex FB DE 8

RGB Percentages of Color #fbde08

%52.18
%46.15
%1.66

CMYK Percentages of Color #fbde08

%0
%12
%97
%2

Triadic Colors of #fbde08

#fbde08 #08fbde #de08fb

Analogous Colors of #fbde08

#fbde08 #9ffb08 #fb6508

Monochromatic Colors of #fbde08

#fbde08

Complementary Color

#fbde08 #0825fb

#fbde08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbde08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbde08 Color CSS Codes

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

#fbde08 Text Font Color

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

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


#fbde08 Background Color

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

This div background color is #fbde08


#fbde08 Border Color

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

This div border color is #fbde08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbde08


Comments

No comments written yet.

Please login to write comment.