Color Hex Logo

#fbe17d Color Hex

#FBE17D
(251,225,125)
0 Favorites   0 Comments

Color spaces of #fbe17d

RGB 251225125
HSL0.130.940.74
HSV48°50°98°
CMYK 0.000.100.50   0.02
XYZ70.410575.840330.3296
Yxy75.84030.39870.4295
Hunter Lab87.0863-8.081440.3115
CIE-Lab89.7851-3.556151.7714

#fbe17d color RGB value is (251,225,125).

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

The process color (four color CMYK) of #fbe17d color hex is 0.00, 0.10, 0.50, 0.02. Web safe color of #fbe17d is #ffcc66. Color #fbe17d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 01111101
Octal 373 341 175
Decimal 251 225 125
Hex FB E1 7D

RGB Percentages of Color #fbe17d

%41.76
%37.44
%20.80

CMYK Percentages of Color #fbe17d

%0
%10
%50
%2

Triadic Colors of #fbe17d

#fbe17d #7dfbe1 #e17dfb

Analogous Colors of #fbe17d

#fbe17d #d6fb7d #fba27d

Monochromatic Colors of #fbe17d

#fbe17d

Complementary Color

#fbe17d #7d97fb

#fbe17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe17d Color CSS Codes

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

#fbe17d Text Font Color

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

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


#fbe17d Background Color

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

This div background color is #fbe17d


#fbe17d Border Color

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

This div border color is #fbe17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe17d


Comments

No comments written yet.

Please login to write comment.