Color Hex Logo

#fdbae3 Color Hex

#FDBAE3
(253,186,227)
0 Favorites   0 Comments

Color spaces of #fdbae3

RGB 253186227
HSL0.900.940.86
HSV323°26°99°
CMYK 0.000.260.10   0.01
XYZ71.932061.546580.7615
Yxy61.54650.33580.2873
Hunter Lab78.451626.3758-6.1196
CIE-Lab82.671730.3410-10.9179

#fdbae3 color RGB value is (253,186,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11100011
Octal 375 272 343
Decimal 253 186 227
Hex FD BA E3

RGB Percentages of Color #fdbae3

%37.99
%27.93
%34.08

CMYK Percentages of Color #fdbae3

%0
%26
%10
%1

Triadic Colors of #fdbae3

#fdbae3 #e3fdba #bae3fd

Analogous Colors of #fdbae3

#fdbae3 #fdbac2 #f6bafd

Monochromatic Colors of #fdbae3

#fdbae3

Complementary Color

#fdbae3 #bafdd4

#fdbae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbae3 Color CSS Codes

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

#fdbae3 Text Font Color

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

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


#fdbae3 Background Color

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

This div background color is #fdbae3


#fdbae3 Border Color

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

This div border color is #fdbae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbae3


Comments

No comments written yet.

Please login to write comment.