Color Hex Logo

#ffebcd Color Hex BlanchedAlmond

#FFEBCD
(255,235,205)
33 Favorites   0 Comments

Color spaces of #ffebcd BlanchedAlmond

RGB 255235205
HSL0.101.000.90
HSV36°20°100°
CMYK 0.000.080.20   0.00
XYZ81.967885.084469.8604
Yxy85.08440.34600.3591
Hunter Lab92.2412-2.802619.6646
CIE-Lab93.91952.133917.0172

#ffebcd color RGB value is (255,235,205). #ffebcd color name is BlanchedAlmond color.

#ffebcd hex color red value is 255, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ffebcd hue: 0.10 , saturation: 1.00 and the lightness value of ffebcd is 0.90.

The process color (four color CMYK) of #ffebcd color hex is 0.00, 0.08, 0.20, 0.00. Web safe color of #ffebcd is #ffffcc. Color #ffebcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 11001101
Octal 377 353 315
Decimal 255 235 205
Hex FF EB CD

RGB Percentages of Color #ffebcd

%36.69
%33.81
%29.50

CMYK Percentages of Color #ffebcd

%0
%8
%20
%0

Triadic Colors of #ffebcd

#ffebcd #cdffeb #ebcdff

Analogous Colors of #ffebcd

#ffebcd #faffcd #ffd2cd

Monochromatic Colors of #ffebcd

#ffebcd

Complementary Color

#ffebcd #cde1ff

#ffebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffebcd Color CSS Codes

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

#ffebcd Text Font Color

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

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


#ffebcd Background Color

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

This div background color is #ffebcd


#ffebcd Border Color

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

This div border color is #ffebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffebcd

Related Colors


Comments

No comments written yet.

Please login to write comment.