Color Hex Logo

#fffb2d Color Hex

#FFFB2D
(255,251,45)
0 Favorites   0 Comments

Color spaces of #fffb2d

RGB 25525145
HSL0.161.000.59
HSV59°82°100°
CMYK 0.000.020.82   0.00
XYZ76.210890.443815.9233
Yxy90.44380.41740.4954
Hunter Lab95.1019-23.385856.6442
CIE-Lab96.1806-19.025888.0438

#fffb2d color RGB value is (255,251,45).

#fffb2d hex color red value is 255, green value is 251 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fffb2d hue: 0.16 , saturation: 1.00 and the lightness value of fffb2d is 0.59.

The process color (four color CMYK) of #fffb2d color hex is 0.00, 0.02, 0.82, 0.00. Web safe color of #fffb2d is #ffff33. Color #fffb2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111011 00101101
Octal 377 373 55
Decimal 255 251 45
Hex FF FB 2D

RGB Percentages of Color #fffb2d

%46.28
%45.55
%8.17

CMYK Percentages of Color #fffb2d

%0
%2
%82
%0

Triadic Colors of #fffb2d

#fffb2d #2dfffb #fb2dff

Analogous Colors of #fffb2d

#fffb2d #9aff2d #ff922d

Monochromatic Colors of #fffb2d

#fffb2d

Complementary Color

#fffb2d #2d31ff

#fffb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffb2d Color CSS Codes

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

#fffb2d Text Font Color

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

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


#fffb2d Background Color

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

This div background color is #fffb2d


#fffb2d Border Color

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

This div border color is #fffb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffb2d

Related Colors


Comments

No comments written yet.

Please login to write comment.