Color Hex Logo

#ffb442 Color Hex

#FFB442
(255,180,66)
0 Favorites   0 Comments

Color spaces of #ffb442

RGB 25518066
HSL0.101.000.63
HSV36°74°100°
CMYK 0.000.290.74   0.00
XYZ58.544654.295912.5488
Yxy54.29590.46690.4330
Hunter Lab73.685812.871341.4828
CIE-Lab78.634017.516665.8326

#ffb442 color RGB value is (255,180,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 01000010
Octal 377 264 102
Decimal 255 180 66
Hex FF B4 42

RGB Percentages of Color #ffb442

%50.90
%35.93
%13.17

CMYK Percentages of Color #ffb442

%0
%29
%74
%0

Triadic Colors of #ffb442

#ffb442 #42ffb4 #b442ff

Analogous Colors of #ffb442

#ffb442 #ecff42 #ff5542

Monochromatic Colors of #ffb442

#ffb442

Complementary Color

#ffb442 #428dff

#ffb442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb442 Color CSS Codes

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

#ffb442 Text Font Color

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

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


#ffb442 Background Color

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

This div background color is #ffb442


#ffb442 Border Color

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

This div border color is #ffb442


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,180,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 #ffb442">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb442


Comments

No comments written yet.

Please login to write comment.