Color Hex Logo

#f5e552 Color Hex

#F5E552
(245,229,82)
0 Favorites   0 Comments

Color spaces of #f5e552

RGB 24522982
HSL0.150.890.64
HSV54°67°96°
CMYK 0.000.070.67   0.04
XYZ67.198576.060319.1220
Yxy76.06030.41380.4684
Hunter Lab87.2126-15.085248.0490
CIE-Lab89.8873-10.983470.5636

#f5e552 color RGB value is (245,229,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11100101 01010010
Octal 365 345 122
Decimal 245 229 82
Hex F5 E5 52

RGB Percentages of Color #f5e552

%44.06
%41.19
%14.75

CMYK Percentages of Color #f5e552

%0
%7
%67
%4

Triadic Colors of #f5e552

#f5e552 #52f5e5 #e552f5

Analogous Colors of #f5e552

#f5e552 #b4f552 #f59452

Monochromatic Colors of #f5e552

#f5e552

Complementary Color

#f5e552 #5262f5

#f5e552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5e552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5e552 Color CSS Codes

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

#f5e552 Text Font Color

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

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


#f5e552 Background Color

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

This div background color is #f5e552


#f5e552 Border Color

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

This div border color is #f5e552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5e552


Comments

No comments written yet.

Please login to write comment.