Color Hex Logo

#ffbdda Color Hex

#FFBDDA
(255,189,218)
0 Favorites   0 Comments

Color spaces of #ffbdda

RGB 255189218
HSL0.931.000.87
HSV334°26°100°
CMYK 0.000.260.15   0.00
XYZ72.092562.717174.6356
Yxy62.71710.34420.2994
Hunter Lab79.194123.9035-0.4413
CIE-Lab83.293328.0001-5.1478

#ffbdda color RGB value is (255,189,218).

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

The process color (four color CMYK) of #ffbdda color hex is 0.00, 0.26, 0.15, 0.00. Web safe color of #ffbdda is #ffcccc. Color #ffbdda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11011010
Octal 377 275 332
Decimal 255 189 218
Hex FF BD DA

RGB Percentages of Color #ffbdda

%38.52
%28.55
%32.93

CMYK Percentages of Color #ffbdda

%0
%26
%15
%0

Triadic Colors of #ffbdda

#ffbdda #daffbd #bddaff

Analogous Colors of #ffbdda

#ffbdda #ffc1bd #ffbdfb

Monochromatic Colors of #ffbdda

#ffbdda

Complementary Color

#ffbdda #bdffe2

#ffbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdda Color CSS Codes

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

#ffbdda Text Font Color

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

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


#ffbdda Background Color

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

This div background color is #ffbdda


#ffbdda Border Color

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

This div border color is #ffbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdda


Comments

No comments written yet.

Please login to write comment.