Color Hex Logo

#ffbda4 Color Hex

#FFBDA4
(255,189,164)
0 Favorites   0 Comments

Color spaces of #ffbda4

RGB 255189164
HSL0.051.000.82
HSV16°36°100°
CMYK 0.000.260.36   0.00
XYZ66.138460.335543.2820
Yxy60.33550.38960.3554
Hunter Lab77.675916.053821.3360
CIE-Lab82.020220.571921.9456

#ffbda4 color RGB value is (255,189,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 10100100
Octal 377 275 244
Decimal 255 189 164
Hex FF BD A4

RGB Percentages of Color #ffbda4

%41.94
%31.09
%26.97

CMYK Percentages of Color #ffbda4

%0
%26
%36
%0

Triadic Colors of #ffbda4

#ffbda4 #a4ffbd #bda4ff

Analogous Colors of #ffbda4

#ffbda4 #ffeba4 #ffa4b9

Monochromatic Colors of #ffbda4

#ffbda4

Complementary Color

#ffbda4 #a4e6ff

#ffbda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbda4 Color CSS Codes

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

#ffbda4 Text Font Color

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

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


#ffbda4 Background Color

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

This div background color is #ffbda4


#ffbda4 Border Color

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

This div border color is #ffbda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbda4


Comments

No comments written yet.

Please login to write comment.