Color Hex Logo

#fedadb Color Hex

#FEDADB
(254,218,219)
0 Favorites   0 Comments

Color spaces of #fedadb

RGB 254218219
HSL1.000.950.93
HSV358°14°100°
CMYK 0.000.140.14   0.00
XYZ78.730676.328177.6011
Yxy76.32810.33840.3281
Hunter Lab87.36607.96648.4930
CIE-Lab90.011512.62924.1299

#fedadb color RGB value is (254,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11011011
Octal 376 332 333
Decimal 254 218 219
Hex FE DA DB

RGB Percentages of Color #fedadb

%36.76
%31.55
%31.69

CMYK Percentages of Color #fedadb

%0
%14
%14
%0

Triadic Colors of #fedadb

#fedadb #dbfeda #dadbfe

Analogous Colors of #fedadb

#fedadb #feebda #fedaed

Monochromatic Colors of #fedadb

#fedadb

Complementary Color

#fedadb #dafefd

#fedadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedadb Color CSS Codes

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

#fedadb Text Font Color

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

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


#fedadb Background Color

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

This div background color is #fedadb


#fedadb Border Color

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

This div border color is #fedadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedadb

#fedadb Color Palettes


Comments

No comments written yet.

Please login to write comment.