Color Hex Logo

#ffbe42 Color Hex

#FFBE42
(255,190,66)
1 Favorites   0 Comments

Color spaces of #ffbe42

RGB 25519066
HSL0.111.000.63
HSV39°74°100°
CMYK 0.000.250.74   0.00
XYZ60.636858.480313.2462
Yxy58.48030.45810.4418
Hunter Lab76.47247.710243.2607
CIE-Lab81.005112.304768.1501

#ffbe42 color RGB value is (255,190,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 01000010
Octal 377 276 102
Decimal 255 190 66
Hex FF BE 42

RGB Percentages of Color #ffbe42

%49.90
%37.18
%12.92

CMYK Percentages of Color #ffbe42

%0
%25
%74
%0

Triadic Colors of #ffbe42

#ffbe42 #42ffbe #be42ff

Analogous Colors of #ffbe42

#ffbe42 #e2ff42 #ff6042

Monochromatic Colors of #ffbe42

#ffbe42

Complementary Color

#ffbe42 #4283ff

#ffbe42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbe42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbe42 Color CSS Codes

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

#ffbe42 Text Font Color

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

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


#ffbe42 Background Color

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

This div background color is #ffbe42


#ffbe42 Border Color

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

This div border color is #ffbe42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbe42


Comments

No comments written yet.

Please login to write comment.