Color Hex Logo

#fbdf5d Color Hex

#FBDF5D
(251,223,93)
0 Favorites   0 Comments

Color spaces of #fbdf5d

RGB 25122393
HSL0.140.950.67
HSV49°63°98°
CMYK 0.000.110.63   0.02
XYZ68.147174.074921.0621
Yxy74.07490.41740.4537
Hunter Lab86.0668-9.281745.7374
CIE-Lab88.9579-4.890965.2946

#fbdf5d color RGB value is (251,223,93).

#fbdf5d hex color red value is 251, green value is 223 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fbdf5d hue: 0.14 , saturation: 0.95 and the lightness value of fbdf5d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 01011101
Octal 373 337 135
Decimal 251 223 93
Hex FB DF 5D

RGB Percentages of Color #fbdf5d

%44.27
%39.33
%16.40

CMYK Percentages of Color #fbdf5d

%0
%11
%63
%2

Triadic Colors of #fbdf5d

#fbdf5d #5dfbdf #df5dfb

Analogous Colors of #fbdf5d

#fbdf5d #c8fb5d #fb905d

Monochromatic Colors of #fbdf5d

#fbdf5d

Complementary Color

#fbdf5d #5d79fb

#fbdf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf5d Color CSS Codes

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

#fbdf5d Text Font Color

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

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


#fbdf5d Background Color

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

This div background color is #fbdf5d


#fbdf5d Border Color

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

This div border color is #fbdf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf5d

Related Colors


Comments

No comments written yet.

Please login to write comment.