Color Hex Logo

#ffbde4 Color Hex

#FFBDE4
(255,189,228)
0 Favorites   0 Comments

Color spaces of #ffbde4

RGB 255189228
HSL0.901.000.87
HSV325°26°100°
CMYK 0.000.260.11   0.00
XYZ73.441263.256681.7378
Yxy63.25660.33620.2896
Hunter Lab79.534025.6412-5.2590
CIE-Lab83.577229.6024-10.0832

#ffbde4 color RGB value is (255,189,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11100100
Octal 377 275 344
Decimal 255 189 228
Hex FF BD E4

RGB Percentages of Color #ffbde4

%37.95
%28.13
%33.93

CMYK Percentages of Color #ffbde4

%0
%26
%11
%0

Triadic Colors of #ffbde4

#ffbde4 #e4ffbd #bde4ff

Analogous Colors of #ffbde4

#ffbde4 #ffbdc3 #f9bdff

Monochromatic Colors of #ffbde4

#ffbde4

Complementary Color

#ffbde4 #bdffd8

#ffbde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbde4 Color CSS Codes

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

#ffbde4 Text Font Color

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

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


#ffbde4 Background Color

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

This div background color is #ffbde4


#ffbde4 Border Color

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

This div border color is #ffbde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbde4

Related Colors


Comments

No comments written yet.

Please login to write comment.