Color Hex Logo

#fbde55 Color Hex

#FBDE55
(251,222,85)
0 Favorites   0 Comments

Color spaces of #fbde55

RGB 25122285
HSL0.140.950.66
HSV50°66°98°
CMYK 0.000.120.66   0.02
XYZ67.544673.407719.2034
Yxy73.40770.42170.4584
Hunter Lab85.6783-9.216346.6859
CIE-Lab88.6418-4.851368.2574

#fbde55 color RGB value is (251,222,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 01010101
Octal 373 336 125
Decimal 251 222 85
Hex FB DE 55

RGB Percentages of Color #fbde55

%44.98
%39.78
%15.23

CMYK Percentages of Color #fbde55

%0
%12
%66
%2

Triadic Colors of #fbde55

#fbde55 #55fbde #de55fb

Analogous Colors of #fbde55

#fbde55 #c5fb55 #fb8b55

Monochromatic Colors of #fbde55

#fbde55

Complementary Color

#fbde55 #5572fb

#fbde55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbde55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbde55 Color CSS Codes

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

#fbde55 Text Font Color

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

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


#fbde55 Background Color

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

This div background color is #fbde55


#fbde55 Border Color

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

This div border color is #fbde55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbde55


Comments

No comments written yet.

Please login to write comment.