Color Hex Logo

#fbdd48 Color Hex

#FBDD48
(251,221,72)
0 Favorites   0 Comments

Color spaces of #fbdd48

RGB 25122172
HSL0.140.960.63
HSV50°71°98°
CMYK 0.000.120.71   0.02
XYZ66.809872.690016.6402
Yxy72.69000.42790.4655
Hunter Lab85.2584-9.326948.1091
CIE-Lab88.2997-5.000472.8978

#fbdd48 color RGB value is (251,221,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 01001000
Octal 373 335 110
Decimal 251 221 72
Hex FB DD 48

RGB Percentages of Color #fbdd48

%46.14
%40.63
%13.24

CMYK Percentages of Color #fbdd48

%0
%12
%71
%2

Triadic Colors of #fbdd48

#fbdd48 #48fbdd #dd48fb

Analogous Colors of #fbdd48

#fbdd48 #c0fb48 #fb8448

Monochromatic Colors of #fbdd48

#fbdd48

Complementary Color

#fbdd48 #4866fb

#fbdd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd48 Color CSS Codes

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

#fbdd48 Text Font Color

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

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


#fbdd48 Background Color

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

This div background color is #fbdd48


#fbdd48 Border Color

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

This div border color is #fbdd48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd48

Related Colors


Comments

No comments written yet.

Please login to write comment.