Color Hex Logo

#ffde98 Color Hex

#FFDE98
(255,222,152)
0 Favorites   0 Comments

Color spaces of #ffde98

RGB 255222152
HSL0.111.000.80
HSV41°40°100°
CMYK 0.000.130.40   0.00
XYZ73.028875.769640.4817
Yxy75.76960.38580.4003
Hunter Lab87.0457-2.573833.3585
CIE-Lab89.75232.125438.5191

#ffde98 color RGB value is (255,222,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 10011000
Octal 377 336 230
Decimal 255 222 152
Hex FF DE 98

RGB Percentages of Color #ffde98

%40.54
%35.29
%24.17

CMYK Percentages of Color #ffde98

%0
%13
%40
%0

Triadic Colors of #ffde98

#ffde98 #98ffde #de98ff

Analogous Colors of #ffde98

#ffde98 #edff98 #ffab98

Monochromatic Colors of #ffde98

#ffde98

Complementary Color

#ffde98 #98b9ff

#ffde98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde98 Color CSS Codes

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

#ffde98 Text Font Color

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

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


#ffde98 Background Color

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

This div background color is #ffde98


#ffde98 Border Color

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

This div border color is #ffde98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde98

Related Colors


Comments

No comments written yet.

Please login to write comment.