Color Hex Logo

#ffbd6d Color Hex

#FFBD6D
(255,189,109)
0 Favorites   0 Comments

Color spaces of #ffbd6d

RGB 255189109
HSL0.091.000.71
HSV33°57°100°
CMYK 0.000.260.57   0.00
XYZ62.197958.759322.5315
Yxy58.75930.43350.4095
Hunter Lab76.654610.690136.2308
CIE-Lab81.159115.303449.2188

#ffbd6d color RGB value is (255,189,109).

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

The process color (four color CMYK) of #ffbd6d color hex is 0.00, 0.26, 0.57, 0.00. Web safe color of #ffbd6d is #ffcc66. Color #ffbd6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 01101101
Octal 377 275 155
Decimal 255 189 109
Hex FF BD 6D

RGB Percentages of Color #ffbd6d

%46.11
%34.18
%19.71

CMYK Percentages of Color #ffbd6d

%0
%26
%57
%0

Triadic Colors of #ffbd6d

#ffbd6d #6dffbd #bd6dff

Analogous Colors of #ffbd6d

#ffbd6d #f8ff6d #ff746d

Monochromatic Colors of #ffbd6d

#ffbd6d

Complementary Color

#ffbd6d #6dafff

#ffbd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd6d Color CSS Codes

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

#ffbd6d Text Font Color

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

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


#ffbd6d Background Color

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

This div background color is #ffbd6d


#ffbd6d Border Color

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

This div border color is #ffbd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd6d

#ffbd6d Color Palettes


Comments

No comments written yet.

Please login to write comment.