Color Hex Logo

#ffbda7 Color Hex

#FFBDA7
(255,189,167)
0 Favorites   0 Comments

Color spaces of #ffbda7

RGB 255189167
HSL0.041.000.83
HSV15°35°100°
CMYK 0.000.260.35   0.00
XYZ66.412660.445244.7260
Yxy60.44520.38710.3523
Hunter Lab77.746516.421820.3142
CIE-Lab82.079620.927520.4304

#ffbda7 color RGB value is (255,189,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 10100111
Octal 377 275 247
Decimal 255 189 167
Hex FF BD A7

RGB Percentages of Color #ffbda7

%41.73
%30.93
%27.33

CMYK Percentages of Color #ffbda7

%0
%26
%35
%0

Triadic Colors of #ffbda7

#ffbda7 #a7ffbd #bda7ff

Analogous Colors of #ffbda7

#ffbda7 #ffe9a7 #ffa7bd

Monochromatic Colors of #ffbda7

#ffbda7

Complementary Color

#ffbda7 #a7e9ff

#ffbda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbda7 Color CSS Codes

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

#ffbda7 Text Font Color

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

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


#ffbda7 Background Color

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

This div background color is #ffbda7


#ffbda7 Border Color

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

This div border color is #ffbda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbda7

Related Colors


Comments

No comments written yet.

Please login to write comment.