Color Hex Logo

#fbe75d Color Hex

#FBE75D
(251,231,93)
0 Favorites   0 Comments

Color spaces of #fbe75d

RGB 25123193
HSL0.150.950.67
HSV52°63°98°
CMYK 0.000.080.63   0.02
XYZ70.335478.451421.7915
Yxy78.45140.41230.4599
Hunter Lab88.5728-13.256147.4139
CIE-Lab90.9855-8.890967.4704

#fbe75d color RGB value is (251,231,93).

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

The process color (four color CMYK) of #fbe75d color hex is 0.00, 0.08, 0.63, 0.02. Web safe color of #fbe75d is #ffff66. Color #fbe75d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100111 01011101
Octal 373 347 135
Decimal 251 231 93
Hex FB E7 5D

RGB Percentages of Color #fbe75d

%43.65
%40.17
%16.17

CMYK Percentages of Color #fbe75d

%0
%8
%63
%2

Triadic Colors of #fbe75d

#fbe75d #5dfbe7 #e75dfb

Analogous Colors of #fbe75d

#fbe75d #c0fb5d #fb985d

Monochromatic Colors of #fbe75d

#fbe75d

Complementary Color

#fbe75d #5d71fb

#fbe75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe75d Color CSS Codes

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

#fbe75d Text Font Color

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

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


#fbe75d Background Color

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

This div background color is #fbe75d


#fbe75d Border Color

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

This div border color is #fbe75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe75d

Related Colors


Comments

No comments written yet.

Please login to write comment.