Color Hex Logo

#ffd2be Color Hex

#FFD2BE
(255,210,190)
1 Favorites   0 Comments

Color spaces of #ffd2be

RGB 255210190
HSL0.051.000.87
HSV18°25°100°
CMYK 0.000.180.25   0.00
XYZ73.580971.070958.5551
Yxy71.07090.36210.3497
Hunter Lab84.30368.265217.8312
CIE-Lab87.519412.900715.8402

#ffd2be color RGB value is (255,210,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 10111110
Octal 377 322 276
Decimal 255 210 190
Hex FF D2 BE

RGB Percentages of Color #ffd2be

%38.93
%32.06
%29.01

CMYK Percentages of Color #ffd2be

%0
%18
%25
%0

Triadic Colors of #ffd2be

#ffd2be #beffd2 #d2beff

Analogous Colors of #ffd2be

#ffd2be #fff3be #ffbecb

Monochromatic Colors of #ffd2be

#ffd2be

Complementary Color

#ffd2be #beebff

#ffd2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd2be Color CSS Codes

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

#ffd2be Text Font Color

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

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


#ffd2be Background Color

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

This div background color is #ffd2be


#ffd2be Border Color

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

This div border color is #ffd2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd2be

#ffd2be Color Palettes


Comments

No comments written yet.

Please login to write comment.