Color Hex Logo

#ffb352 Color Hex

#FFB352
(255,179,82)
0 Favorites   0 Comments

Color spaces of #ffb352

RGB 25517982
HSL0.091.000.66
HSV34°68°100°
CMYK 0.000.300.68   0.00
XYZ58.883154.109415.3233
Yxy54.10940.45890.4217
Hunter Lab73.559114.158539.1405
CIE-Lab78.525518.802558.9445

#ffb352 color RGB value is (255,179,82).

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

The process color (four color CMYK) of #ffb352 color hex is 0.00, 0.30, 0.68, 0.00. Web safe color of #ffb352 is #ffcc66. Color #ffb352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 01010010
Octal 377 263 122
Decimal 255 179 82
Hex FF B3 52

RGB Percentages of Color #ffb352

%49.42
%34.69
%15.89

CMYK Percentages of Color #ffb352

%0
%30
%68
%0

Triadic Colors of #ffb352

#ffb352 #52ffb3 #b352ff

Analogous Colors of #ffb352

#ffb352 #f5ff52 #ff5d52

Monochromatic Colors of #ffb352

#ffb352

Complementary Color

#ffb352 #529eff

#ffb352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb352 Color CSS Codes

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

#ffb352 Text Font Color

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

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


#ffb352 Background Color

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

This div background color is #ffb352


#ffb352 Border Color

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

This div border color is #ffb352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb352


Comments

No comments written yet.

Please login to write comment.