Color Hex Logo

#ffbd92 Color Hex

#FFBD92
(255,189,146)
0 Favorites   0 Comments

Color spaces of #ffbd92

RGB 255189146
HSL0.071.000.79
HSV24°43°100°
CMYK 0.000.260.43   0.00
XYZ64.625959.730535.3171
Yxy59.73050.40470.3741
Hunter Lab77.285514.011527.0062
CIE-Lab81.691518.585231.0173

#ffbd92 color RGB value is (255,189,146).

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

The process color (four color CMYK) of #ffbd92 color hex is 0.00, 0.26, 0.43, 0.00. Web safe color of #ffbd92 is #ffcc99. Color #ffbd92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 10010010
Octal 377 275 222
Decimal 255 189 146
Hex FF BD 92

RGB Percentages of Color #ffbd92

%43.22
%32.03
%24.75

CMYK Percentages of Color #ffbd92

%0
%26
%43
%0

Triadic Colors of #ffbd92

#ffbd92 #92ffbd #bd92ff

Analogous Colors of #ffbd92

#ffbd92 #fff492 #ff929e

Monochromatic Colors of #ffbd92

#ffbd92

Complementary Color

#ffbd92 #92d4ff

#ffbd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd92 Color CSS Codes

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

#ffbd92 Text Font Color

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

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


#ffbd92 Background Color

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

This div background color is #ffbd92


#ffbd92 Border Color

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

This div border color is #ffbd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd92

Related Colors

#ffbd92 Color Palettes


Comments

No comments written yet.

Please login to write comment.