Color Hex Logo

#f5e251 Color Hex

#F5E251
(245,226,81)
0 Favorites   0 Comments

Color spaces of #f5e251

RGB 24522681
HSL0.150.890.64
HSV53°67°96°
CMYK 0.000.080.67   0.04
XYZ66.337774.399318.6487
Yxy74.39930.41620.4668
Hunter Lab86.2550-13.664147.5598
CIE-Lab89.1109-9.546770.1566

#f5e251 color RGB value is (245,226,81).

#f5e251 hex color red value is 245, green value is 226 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #f5e251 hue: 0.15 , saturation: 0.89 and the lightness value of f5e251 is 0.64.

The process color (four color CMYK) of #f5e251 color hex is 0.00, 0.08, 0.67, 0.04. Web safe color of #f5e251 is #ffcc66. Color #f5e251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11100010 01010001
Octal 365 342 121
Decimal 245 226 81
Hex F5 E2 51

RGB Percentages of Color #f5e251

%44.38
%40.94
%14.67

CMYK Percentages of Color #f5e251

%0
%8
%67
%4

Triadic Colors of #f5e251

#f5e251 #51f5e2 #e251f5

Analogous Colors of #f5e251

#f5e251 #b6f551 #f59051

Monochromatic Colors of #f5e251

#f5e251

Complementary Color

#f5e251 #5164f5

#f5e251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5e251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5e251 Color CSS Codes

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

#f5e251 Text Font Color

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

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


#f5e251 Background Color

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

This div background color is #f5e251


#f5e251 Border Color

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

This div border color is #f5e251


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,226,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5e251; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5e251;
  -webkit-box-shadow: 1px 1px 3px 2px #f5e251;
  box-shadow:         1px 1px 3px 2px #f5e251; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,226,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5e251


Comments

No comments written yet.

Please login to write comment.