Color Hex Logo

#fbdd46 Color Hex

#FBDD46
(251,221,70)
0 Favorites   0 Comments

Color spaces of #fbdd46

RGB 25122170
HSL0.140.960.63
HSV50°72°98°
CMYK 0.000.120.72   0.02
XYZ66.745672.664316.3021
Yxy72.66430.42860.4667
Hunter Lab85.2434-9.410348.3316
CIE-Lab88.2874-5.089973.6058

#fbdd46 color RGB value is (251,221,70).

#fbdd46 hex color red value is 251, green value is 221 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #fbdd46 hue: 0.14 , saturation: 0.96 and the lightness value of fbdd46 is 0.63.

The process color (four color CMYK) of #fbdd46 color hex is 0.00, 0.12, 0.72, 0.02. Web safe color of #fbdd46 is #ffcc33. Color #fbdd46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 01000110
Octal 373 335 106
Decimal 251 221 70
Hex FB DD 46

RGB Percentages of Color #fbdd46

%46.31
%40.77
%12.92

CMYK Percentages of Color #fbdd46

%0
%12
%72
%2

Triadic Colors of #fbdd46

#fbdd46 #46fbdd #dd46fb

Analogous Colors of #fbdd46

#fbdd46 #bffb46 #fb8346

Monochromatic Colors of #fbdd46

#fbdd46

Complementary Color

#fbdd46 #4664fb

#fbdd46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd46 Color CSS Codes

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

#fbdd46 Text Font Color

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

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


#fbdd46 Background Color

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

This div background color is #fbdd46


#fbdd46 Border Color

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

This div border color is #fbdd46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd46


Comments

No comments written yet.

Please login to write comment.