Color Hex Logo

#ffe2bd Color Hex

#FFE2BD
(255,226,189)
0 Favorites   0 Comments

Color spaces of #ffe2bd

RGB 255226189
HSL0.091.000.87
HSV34°26°100°
CMYK 0.000.110.26   0.00
XYZ77.621779.326859.3646
Yxy79.32680.35880.3667
Hunter Lab89.0656-0.300022.8275
CIE-Lab91.38204.506821.7537

#ffe2bd color RGB value is (255,226,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100010 10111101
Octal 377 342 275
Decimal 255 226 189
Hex FF E2 BD

RGB Percentages of Color #ffe2bd

%38.06
%33.73
%28.21

CMYK Percentages of Color #ffe2bd

%0
%11
%26
%0

Triadic Colors of #ffe2bd

#ffe2bd #bdffe2 #e2bdff

Analogous Colors of #ffe2bd

#ffe2bd #fbffbd #ffc1bd

Monochromatic Colors of #ffe2bd

#ffe2bd

Complementary Color

#ffe2bd #bddaff

#ffe2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe2bd Color CSS Codes

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

#ffe2bd Text Font Color

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

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


#ffe2bd Background Color

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

This div background color is #ffe2bd


#ffe2bd Border Color

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

This div border color is #ffe2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe2bd


Comments

No comments written yet.

Please login to write comment.