Color Hex Logo

#fdbae5 Color Hex

#FDBAE5
(253,186,229)
0 Favorites   0 Comments

Color spaces of #fdbae5

RGB 253186229
HSL0.890.940.86
HSV321°26°99°
CMYK 0.000.260.09   0.01
XYZ72.209861.657682.2240
Yxy61.65760.33420.2853
Hunter Lab78.522426.7359-7.1194
CIE-Lab82.731030.6710-11.9019

#fdbae5 color RGB value is (253,186,229).

#fdbae5 hex color red value is 253, green value is 186 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fdbae5 hue: 0.89 , saturation: 0.94 and the lightness value of fdbae5 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11100101
Octal 375 272 345
Decimal 253 186 229
Hex FD BA E5

RGB Percentages of Color #fdbae5

%37.87
%27.84
%34.28

CMYK Percentages of Color #fdbae5

%0
%26
%9
%1

Triadic Colors of #fdbae5

#fdbae5 #e5fdba #bae5fd

Analogous Colors of #fdbae5

#fdbae5 #fdbac4 #f4bafd

Monochromatic Colors of #fdbae5

#fdbae5

Complementary Color

#fdbae5 #bafdd2

#fdbae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbae5 Color CSS Codes

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

#fdbae5 Text Font Color

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

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


#fdbae5 Background Color

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

This div background color is #fdbae5


#fdbae5 Border Color

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

This div border color is #fdbae5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,186,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdbae5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdbae5;
  -webkit-box-shadow: 1px 1px 3px 2px #fdbae5;
  box-shadow:         1px 1px 3px 2px #fdbae5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,186,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbae5


Comments

No comments written yet.

Please login to write comment.