Color Hex Logo

#fbdf55 Color Hex

#FBDF55
(251,223,85)
0 Favorites   0 Comments

Color spaces of #fbdf55

RGB 25122385
HSL0.140.950.66
HSV50°66°98°
CMYK 0.000.110.66   0.02
XYZ67.811073.940519.2922
Yxy73.94050.42110.4591
Hunter Lab85.9887-9.714446.8899
CIE-Lab88.8944-5.354168.5202

#fbdf55 color RGB value is (251,223,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 01010101
Octal 373 337 125
Decimal 251 223 85
Hex FB DF 55

RGB Percentages of Color #fbdf55

%44.90
%39.89
%15.21

CMYK Percentages of Color #fbdf55

%0
%11
%66
%2

Triadic Colors of #fbdf55

#fbdf55 #55fbdf #df55fb

Analogous Colors of #fbdf55

#fbdf55 #c4fb55 #fb8c55

Monochromatic Colors of #fbdf55

#fbdf55

Complementary Color

#fbdf55 #5571fb

#fbdf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf55 Color CSS Codes

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

#fbdf55 Text Font Color

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

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


#fbdf55 Background Color

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

This div background color is #fbdf55


#fbdf55 Border Color

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

This div border color is #fbdf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf55

Related Colors


Comments

No comments written yet.

Please login to write comment.