Color Hex Logo

#fbde48 Color Hex

#FBDE48
(251,222,72)
0 Favorites   0 Comments

Color spaces of #fbde48

RGB 25122272
HSL0.140.960.63
HSV50°71°98°
CMYK 0.000.120.71   0.02
XYZ67.074673.219716.7285
Yxy73.21970.42720.4663
Hunter Lab85.5685-9.824148.3069
CIE-Lab88.5524-5.503373.1448

#fbde48 color RGB value is (251,222,72).

#fbde48 hex color red value is 251, green value is 222 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fbde48 hue: 0.14 , saturation: 0.96 and the lightness value of fbde48 is 0.63.

The process color (four color CMYK) of #fbde48 color hex is 0.00, 0.12, 0.71, 0.02. Web safe color of #fbde48 is #ffcc33. Color #fbde48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 01001000
Octal 373 336 110
Decimal 251 222 72
Hex FB DE 48

RGB Percentages of Color #fbde48

%46.06
%40.73
%13.21

CMYK Percentages of Color #fbde48

%0
%12
%71
%2

Triadic Colors of #fbde48

#fbde48 #48fbde #de48fb

Analogous Colors of #fbde48

#fbde48 #bffb48 #fb8548

Monochromatic Colors of #fbde48

#fbde48

Complementary Color

#fbde48 #4865fb

#fbde48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbde48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbde48 Color CSS Codes

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

#fbde48 Text Font Color

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

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


#fbde48 Background Color

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

This div background color is #fbde48


#fbde48 Border Color

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

This div border color is #fbde48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbde48

Related Colors


Comments

No comments written yet.

Please login to write comment.