Color Hex Logo

#fbe062 Color Hex

#FBE062
(251,224,98)
0 Favorites   0 Comments

Color spaces of #fbe062

RGB 25122498
HSL0.140.950.68
HSV49°61°98°
CMYK 0.000.110.61   0.02
XYZ68.643974.702422.3564
Yxy74.70240.41430.4508
Hunter Lab86.4306-9.487245.1652
CIE-Lab89.2534-5.080063.4817

#fbe062 color RGB value is (251,224,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01100010
Octal 373 340 142
Decimal 251 224 98
Hex FB E0 62

RGB Percentages of Color #fbe062

%43.80
%39.09
%17.10

CMYK Percentages of Color #fbe062

%0
%11
%61
%2

Triadic Colors of #fbe062

#fbe062 #62fbe0 #e062fb

Analogous Colors of #fbe062

#fbe062 #cafb62 #fb9462

Monochromatic Colors of #fbe062

#fbe062

Complementary Color

#fbe062 #627dfb

#fbe062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe062 Color CSS Codes

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

#fbe062 Text Font Color

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

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


#fbe062 Background Color

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

This div background color is #fbe062


#fbe062 Border Color

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

This div border color is #fbe062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe062

Related Colors


Comments

No comments written yet.

Please login to write comment.