Color Hex Logo

#fbed47 Color Hex

#FBED47
(251,237,71)
0 Favorites   0 Comments

Color spaces of #fbed47

RGB 25123771
HSL0.150.960.63
HSV55°72°98°
CMYK 0.000.060.72   0.02
XYZ71.205281.532517.9457
Yxy81.53250.41720.4777
Hunter Lab90.2953-17.255151.4232
CIE-Lab92.3681-12.994077.1862

#fbed47 color RGB value is (251,237,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 01000111
Octal 373 355 107
Decimal 251 237 71
Hex FB ED 47

RGB Percentages of Color #fbed47

%44.90
%42.40
%12.70

CMYK Percentages of Color #fbed47

%0
%6
%72
%2

Triadic Colors of #fbed47

#fbed47 #47fbed #ed47fb

Analogous Colors of #fbed47

#fbed47 #affb47 #fb9347

Monochromatic Colors of #fbed47

#fbed47

Complementary Color

#fbed47 #4755fb

#fbed47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbed47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbed47 Color CSS Codes

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

#fbed47 Text Font Color

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

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


#fbed47 Background Color

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

This div background color is #fbed47


#fbed47 Border Color

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

This div border color is #fbed47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbed47


Comments

No comments written yet.

Please login to write comment.