Color Hex Logo

#ffbe49 Color Hex

#FFBE49
(255,190,73)
0 Favorites   0 Comments

Color spaces of #ffbe49

RGB 25519073
HSL0.111.000.64
HSV39°71°100°
CMYK 0.000.250.71   0.00
XYZ60.856158.568014.4006
Yxy58.56800.45470.4376
Hunter Lab76.52978.015442.4142
CIE-Lab81.053612.614165.4347

#ffbe49 color RGB value is (255,190,73).

#ffbe49 hex color red value is 255, green value is 190 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ffbe49 hue: 0.11 , saturation: 1.00 and the lightness value of ffbe49 is 0.64.

The process color (four color CMYK) of #ffbe49 color hex is 0.00, 0.25, 0.71, 0.00. Web safe color of #ffbe49 is #ffcc33. Color #ffbe49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 01001001
Octal 377 276 111
Decimal 255 190 73
Hex FF BE 49

RGB Percentages of Color #ffbe49

%49.23
%36.68
%14.09

CMYK Percentages of Color #ffbe49

%0
%25
%71
%0

Triadic Colors of #ffbe49

#ffbe49 #49ffbe #be49ff

Analogous Colors of #ffbe49

#ffbe49 #e5ff49 #ff6349

Monochromatic Colors of #ffbe49

#ffbe49

Complementary Color

#ffbe49 #498aff

#ffbe49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbe49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbe49 Color CSS Codes

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

#ffbe49 Text Font Color

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

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


#ffbe49 Background Color

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

This div background color is #ffbe49


#ffbe49 Border Color

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

This div border color is #ffbe49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,190,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffbe49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffbe49;
  -webkit-box-shadow: 1px 1px 3px 2px #ffbe49;
  box-shadow:         1px 1px 3px 2px #ffbe49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,190,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbe49

Related Colors


Comments

No comments written yet.

Please login to write comment.