Color Hex Logo

#ffb478 Color Hex

#FFB478
(255,180,120)
0 Favorites   0 Comments

Color spaces of #ffb478

RGB 255180120
HSL0.071.000.74
HSV27°53°100°
CMYK 0.000.290.53   0.00
XYZ60.951455.258625.2228
Yxy55.25860.43100.3907
Hunter Lab74.336116.271631.9178
CIE-Lab79.190020.871541.2897

#ffb478 color RGB value is (255,180,120).

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

The process color (four color CMYK) of #ffb478 color hex is 0.00, 0.29, 0.53, 0.00. Web safe color of #ffb478 is #ffcc66. Color #ffb478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 01111000
Octal 377 264 170
Decimal 255 180 120
Hex FF B4 78

RGB Percentages of Color #ffb478

%45.95
%32.43
%21.62

CMYK Percentages of Color #ffb478

%0
%29
%53
%0

Triadic Colors of #ffb478

#ffb478 #78ffb4 #b478ff

Analogous Colors of #ffb478

#ffb478 #fff878 #ff7880

Monochromatic Colors of #ffb478

#ffb478

Complementary Color

#ffb478 #78c3ff

#ffb478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb478 Color CSS Codes

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

#ffb478 Text Font Color

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

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


#ffb478 Background Color

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

This div background color is #ffb478


#ffb478 Border Color

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

This div border color is #ffb478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb478


Comments

No comments written yet.

Please login to write comment.