Color Hex Logo

#ffbdec Color Hex

#FFBDEC
(255,189,236)
0 Favorites   0 Comments

Color spaces of #ffbdec

RGB 255189236
HSL0.881.000.87
HSV317°26°100°
CMYK 0.000.260.07   0.00
XYZ74.577963.711387.7237
Yxy63.71130.33000.2819
Hunter Lab79.819427.0947-9.2878
CIE-Lab83.815230.9314-14.0059

#ffbdec color RGB value is (255,189,236).

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

The process color (four color CMYK) of #ffbdec color hex is 0.00, 0.26, 0.07, 0.00. Web safe color of #ffbdec is #ffccff. Color #ffbdec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11101100
Octal 377 275 354
Decimal 255 189 236
Hex FF BD EC

RGB Percentages of Color #ffbdec

%37.50
%27.79
%34.71

CMYK Percentages of Color #ffbdec

%0
%26
%7
%0

Triadic Colors of #ffbdec

#ffbdec #ecffbd #bdecff

Analogous Colors of #ffbdec

#ffbdec #ffbdcb #f1bdff

Monochromatic Colors of #ffbdec

#ffbdec

Complementary Color

#ffbdec #bdffd0

#ffbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdec Color CSS Codes

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

#ffbdec Text Font Color

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

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


#ffbdec Background Color

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

This div background color is #ffbdec


#ffbdec Border Color

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

This div border color is #ffbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdec

#ffbdec Color Palettes


Comments

No comments written yet.

Please login to write comment.