Color Hex Logo

#ffb852 Color Hex

#FFB852
(255,184,82)
0 Favorites   0 Comments

Color spaces of #ffb852

RGB 25518482
HSL0.101.000.66
HSV35°68°100°
CMYK 0.000.280.68   0.00
XYZ59.903556.150215.6635
Yxy56.15020.45480.4263
Hunter Lab74.933411.563540.0599
CIE-Lab79.699216.191360.2039

#ffb852 color RGB value is (255,184,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111000 01010010
Octal 377 270 122
Decimal 255 184 82
Hex FF B8 52

RGB Percentages of Color #ffb852

%48.94
%35.32
%15.74

CMYK Percentages of Color #ffb852

%0
%28
%68
%0

Triadic Colors of #ffb852

#ffb852 #52ffb8 #b852ff

Analogous Colors of #ffb852

#ffb852 #f0ff52 #ff6252

Monochromatic Colors of #ffb852

#ffb852

Complementary Color

#ffb852 #5299ff

#ffb852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb852 Color CSS Codes

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

#ffb852 Text Font Color

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

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


#ffb852 Background Color

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

This div background color is #ffb852


#ffb852 Border Color

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

This div border color is #ffb852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb852

Related Colors

#ffb852 Color Palettes


Comments

No comments written yet.

Please login to write comment.