Color Hex Logo

#fbec35 Color Hex

#FBEC35
(251,236,53)
0 Favorites   0 Comments

Color spaces of #fbec35

RGB 25123653
HSL0.150.960.60
HSV55°79°98°
CMYK 0.000.060.79   0.02
XYZ70.421780.757215.2442
Yxy80.75720.42310.4853
Hunter Lab89.8650-17.384352.8479
CIE-Lab92.0235-13.180482.3963

#fbec35 color RGB value is (251,236,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 00110101
Octal 373 354 65
Decimal 251 236 53
Hex FB EC 35

RGB Percentages of Color #fbec35

%46.48
%43.70
%9.81

CMYK Percentages of Color #fbec35

%0
%6
%79
%2

Triadic Colors of #fbec35

#fbec35 #35fbec #ec35fb

Analogous Colors of #fbec35

#fbec35 #a7fb35 #fb8935

Monochromatic Colors of #fbec35

#fbec35

Complementary Color

#fbec35 #3544fb

#fbec35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec35 Color CSS Codes

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

#fbec35 Text Font Color

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

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


#fbec35 Background Color

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

This div background color is #fbec35


#fbec35 Border Color

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

This div border color is #fbec35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec35


Comments

No comments written yet.

Please login to write comment.