Color Hex Logo

#fbd75d Color Hex

#FBD75D
(251,215,93)
0 Favorites   0 Comments

Color spaces of #fbd75d

RGB 25121593
HSL0.130.950.67
HSV46°63°98°
CMYK 0.000.140.63   0.02
XYZ66.059969.900420.3663
Yxy69.90040.42260.4471
Hunter Lab83.6065-5.273344.0816
CIE-Lab86.9480-0.843963.1173

#fbd75d color RGB value is (251,215,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 01011101
Octal 373 327 135
Decimal 251 215 93
Hex FB D7 5D

RGB Percentages of Color #fbd75d

%44.90
%38.46
%16.64

CMYK Percentages of Color #fbd75d

%0
%14
%63
%2

Triadic Colors of #fbd75d

#fbd75d #5dfbd7 #d75dfb

Analogous Colors of #fbd75d

#fbd75d #d0fb5d #fb885d

Monochromatic Colors of #fbd75d

#fbd75d

Complementary Color

#fbd75d #5d81fb

#fbd75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd75d Color CSS Codes

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

#fbd75d Text Font Color

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

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


#fbd75d Background Color

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

This div background color is #fbd75d


#fbd75d Border Color

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

This div border color is #fbd75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd75d

Related Colors


Comments

No comments written yet.

Please login to write comment.