Color Hex Logo

#ffb255 Color Hex

#FFB255
(255,178,85)
0 Favorites   0 Comments

Color spaces of #ffb255

RGB 25517885
HSL0.091.000.67
HSV33°67°100°
CMYK 0.000.300.67   0.00
XYZ58.800153.756715.8713
Yxy53.75670.45780.4186
Hunter Lab73.319014.844738.4888
CIE-Lab78.319719.489357.3639

#ffb255 color RGB value is (255,178,85).

#ffb255 hex color red value is 255, green value is 178 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ffb255 hue: 0.09 , saturation: 1.00 and the lightness value of ffb255 is 0.67.

The process color (four color CMYK) of #ffb255 color hex is 0.00, 0.30, 0.67, 0.00. Web safe color of #ffb255 is #ff9966. Color #ffb255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 01010101
Octal 377 262 125
Decimal 255 178 85
Hex FF B2 55

RGB Percentages of Color #ffb255

%49.23
%34.36
%16.41

CMYK Percentages of Color #ffb255

%0
%30
%67
%0

Triadic Colors of #ffb255

#ffb255 #55ffb2 #b255ff

Analogous Colors of #ffb255

#ffb255 #f7ff55 #ff5d55

Monochromatic Colors of #ffb255

#ffb255

Complementary Color

#ffb255 #55a2ff

#ffb255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb255 Color CSS Codes

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

#ffb255 Text Font Color

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

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


#ffb255 Background Color

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

This div background color is #ffb255


#ffb255 Border Color

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

This div border color is #ffb255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb255


Comments

No comments written yet.

Please login to write comment.