Color Hex Logo

#ddfc98 Color Hex

#DDFC98
(221,252,152)
0 Favorites   0 Comments

Color spaces of #ddfc98

RGB 221252152
HSL0.220.940.79
HSV79°40°99°
CMYK 0.120.000.40   0.01
XYZ70.296787.260042.8436
Yxy87.26000.35080.4354
Hunter Lab93.4131-29.145238.1960
CIE-Lab94.8485-25.624744.5615

#ddfc98 color RGB value is (221,252,152).

#ddfc98 hex color red value is 221, green value is 252 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ddfc98 hue: 0.22 , saturation: 0.94 and the lightness value of ddfc98 is 0.79.

The process color (four color CMYK) of #ddfc98 color hex is 0.12, 0.00, 0.40, 0.01. Web safe color of #ddfc98 is #ccff99. Color #ddfc98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10011000
Octal 335 374 230
Decimal 221 252 152
Hex DD FC 98

RGB Percentages of Color #ddfc98

%35.36
%40.32
%24.32

CMYK Percentages of Color #ddfc98

%12
%0
%40
%1

Triadic Colors of #ddfc98

#ddfc98 #98ddfc #fc98dd

Analogous Colors of #ddfc98

#ddfc98 #abfc98 #fce998

Monochromatic Colors of #ddfc98

#ddfc98

Complementary Color

#ddfc98 #b798fc

#ddfc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc98 Color CSS Codes

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

#ddfc98 Text Font Color

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

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


#ddfc98 Background Color

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

This div background color is #ddfc98


#ddfc98 Border Color

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

This div border color is #ddfc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc98

Related Colors


Comments

No comments written yet.

Please login to write comment.