Color Hex Logo

#fbe24d Color Hex

#FBE24D
(251,226,77)
0 Favorites   0 Comments

Color spaces of #fbe24d

RGB 25122677
HSL0.140.960.64
HSV51°69°98°
CMYK 0.000.100.69   0.02
XYZ68.319675.437817.9813
Yxy75.43780.42240.4664
Hunter Lab86.8549-11.589148.5238
CIE-Lab89.5977-7.271472.3371

#fbe24d color RGB value is (251,226,77).

#fbe24d hex color red value is 251, green value is 226 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fbe24d hue: 0.14 , saturation: 0.96 and the lightness value of fbe24d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 01001101
Octal 373 342 115
Decimal 251 226 77
Hex FB E2 4D

RGB Percentages of Color #fbe24d

%45.31
%40.79
%13.90

CMYK Percentages of Color #fbe24d

%0
%10
%69
%2

Triadic Colors of #fbe24d

#fbe24d #4dfbe2 #e24dfb

Analogous Colors of #fbe24d

#fbe24d #bdfb4d #fb8b4d

Monochromatic Colors of #fbe24d

#fbe24d

Complementary Color

#fbe24d #4d66fb

#fbe24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe24d Color CSS Codes

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

#fbe24d Text Font Color

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

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


#fbe24d Background Color

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

This div background color is #fbe24d


#fbe24d Border Color

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

This div border color is #fbe24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe24d

Related Colors


Comments

No comments written yet.

Please login to write comment.