Color Hex Logo

#fbe055 Color Hex

#FBE055
(251,224,85)
0 Favorites   0 Comments

Color spaces of #fbe055

RGB 25122485
HSL0.140.950.66
HSV50°66°98°
CMYK 0.000.110.66   0.02
XYZ68.079074.476419.3816
Yxy74.47640.42040.4599
Hunter Lab86.2997-10.211747.0942
CIE-Lab89.1472-5.855968.7829

#fbe055 color RGB value is (251,224,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01010101
Octal 373 340 125
Decimal 251 224 85
Hex FB E0 55

RGB Percentages of Color #fbe055

%44.82
%40.00
%15.18

CMYK Percentages of Color #fbe055

%0
%11
%66
%2

Triadic Colors of #fbe055

#fbe055 #55fbe0 #e055fb

Analogous Colors of #fbe055

#fbe055 #c3fb55 #fb8d55

Monochromatic Colors of #fbe055

#fbe055

Complementary Color

#fbe055 #5570fb

#fbe055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe055 Color CSS Codes

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

#fbe055 Text Font Color

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

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


#fbe055 Background Color

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

This div background color is #fbe055


#fbe055 Border Color

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

This div border color is #fbe055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe055


Comments

No comments written yet.

Please login to write comment.