Color Hex Logo

#ffebdb Color Hex

#FFEBDB
(255,235,219)
1 Favorites   0 Comments

Color spaces of #ffebdb

RGB 255235219
HSL0.071.000.93
HSV27°14°100°
CMYK 0.000.080.14   0.00
XYZ83.734585.791179.1639
Yxy85.79110.33670.3450
Hunter Lab92.6235-0.721614.1622
CIE-Lab94.22304.220810.1998

#ffebdb color RGB value is (255,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 11011011
Octal 377 353 333
Decimal 255 235 219
Hex FF EB DB

RGB Percentages of Color #ffebdb

%35.97
%33.15
%30.89

CMYK Percentages of Color #ffebdb

%0
%8
%14
%0

Triadic Colors of #ffebdb

#ffebdb #dbffeb #ebdbff

Analogous Colors of #ffebdb

#ffebdb #fffddb #ffdbdd

Monochromatic Colors of #ffebdb

#ffebdb

Complementary Color

#ffebdb #dbefff

#ffebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffebdb Color CSS Codes

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

#ffebdb Text Font Color

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

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


#ffebdb Background Color

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

This div background color is #ffebdb


#ffebdb Border Color

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

This div border color is #ffebdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,235,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 #ffebdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffebdb

#ffebdb Color Palettes


Comments

No comments written yet.

Please login to write comment.