Color Hex Logo

#ffde95 Color Hex

#FFDE95
(255,222,149)
0 Favorites   0 Comments

Color spaces of #ffde95

RGB 255222149
HSL0.111.000.79
HSV41°42°100°
CMYK 0.000.130.42   0.00
XYZ72.786175.672539.2038
Yxy75.67250.38790.4032
Hunter Lab86.9899-2.878134.1727
CIE-Lab89.70711.812339.9707

#ffde95 color RGB value is (255,222,149).

#ffde95 hex color red value is 255, green value is 222 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ffde95 hue: 0.11 , saturation: 1.00 and the lightness value of ffde95 is 0.79.

The process color (four color CMYK) of #ffde95 color hex is 0.00, 0.13, 0.42, 0.00. Web safe color of #ffde95 is #ffcc99. Color #ffde95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 10010101
Octal 377 336 225
Decimal 255 222 149
Hex FF DE 95

RGB Percentages of Color #ffde95

%40.73
%35.46
%23.80

CMYK Percentages of Color #ffde95

%0
%13
%42
%0

Triadic Colors of #ffde95

#ffde95 #95ffde #de95ff

Analogous Colors of #ffde95

#ffde95 #ebff95 #ffa995

Monochromatic Colors of #ffde95

#ffde95

Complementary Color

#ffde95 #95b6ff

#ffde95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde95 Color CSS Codes

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

#ffde95 Text Font Color

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

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


#ffde95 Background Color

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

This div background color is #ffde95


#ffde95 Border Color

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

This div border color is #ffde95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde95


Comments

No comments written yet.

Please login to write comment.