Color Hex Logo

#fbdf7a Color Hex

#FBDF7A
(251,223,122)
0 Favorites   0 Comments

Color spaces of #fbdf7a

RGB 251223122
HSL0.130.940.73
HSV47°51°98°
CMYK 0.000.110.51   0.02
XYZ69.684274.689729.1562
Yxy74.68970.40160.4304
Hunter Lab86.4232-7.313640.4938
CIE-Lab89.2474-2.799452.5510

#fbdf7a color RGB value is (251,223,122).

#fbdf7a hex color red value is 251, green value is 223 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fbdf7a hue: 0.13 , saturation: 0.94 and the lightness value of fbdf7a is 0.73.

The process color (four color CMYK) of #fbdf7a color hex is 0.00, 0.11, 0.51, 0.02. Web safe color of #fbdf7a is #ffcc66. Color #fbdf7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 01111010
Octal 373 337 172
Decimal 251 223 122
Hex FB DF 7A

RGB Percentages of Color #fbdf7a

%42.11
%37.42
%20.47

CMYK Percentages of Color #fbdf7a

%0
%11
%51
%2

Triadic Colors of #fbdf7a

#fbdf7a #7afbdf #df7afb

Analogous Colors of #fbdf7a

#fbdf7a #d7fb7a #fb9f7a

Monochromatic Colors of #fbdf7a

#fbdf7a

Complementary Color

#fbdf7a #7a96fb

#fbdf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf7a Color CSS Codes

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

#fbdf7a Text Font Color

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

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


#fbdf7a Background Color

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

This div background color is #fbdf7a


#fbdf7a Border Color

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

This div border color is #fbdf7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf7a

Related Colors


Comments

No comments written yet.

Please login to write comment.