Color Hex Logo

#fedbc4 Color Hex

#FEDBC4
(254,219,196)
0 Favorites   0 Comments

Color spaces of #fedbc4

RGB 254219196
HSL0.070.970.88
HSV24°23°100°
CMYK 0.000.140.23   0.00
XYZ76.168475.719462.8254
Yxy75.71940.35470.3527
Hunter Lab87.01693.966618.1050
CIE-Lab89.72898.696915.7883

#fedbc4 color RGB value is (254,219,196).

#fedbc4 hex color red value is 254, green value is 219 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #fedbc4 hue: 0.07 , saturation: 0.97 and the lightness value of fedbc4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11000100
Octal 376 333 304
Decimal 254 219 196
Hex FE DB C4

RGB Percentages of Color #fedbc4

%37.97
%32.74
%29.30

CMYK Percentages of Color #fedbc4

%0
%14
%23
%0

Triadic Colors of #fedbc4

#fedbc4 #c4fedb #dbc4fe

Analogous Colors of #fedbc4

#fedbc4 #fef8c4 #fec4ca

Monochromatic Colors of #fedbc4

#fedbc4

Complementary Color

#fedbc4 #c4e7fe

#fedbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbc4 Color CSS Codes

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

#fedbc4 Text Font Color

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

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


#fedbc4 Background Color

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

This div background color is #fedbc4


#fedbc4 Border Color

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

This div border color is #fedbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbc4


Comments

No comments written yet.

Please login to write comment.