Color Hex Logo

#dcf998 Color Hex

#DCF998
(220,249,152)
0 Favorites   0 Comments

Color spaces of #dcf998

RGB 220249152
HSL0.220.890.79
HSV78°39°98°
CMYK 0.120.000.39   0.02
XYZ69.058485.234042.5178
Yxy85.23400.35090.4331
Hunter Lab92.3223-28.043437.3204
CIE-Lab93.9839-24.568743.4432

#dcf998 color RGB value is (220,249,152).

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

The process color (four color CMYK) of #dcf998 color hex is 0.12, 0.00, 0.39, 0.02. Web safe color of #dcf998 is #ccff99. Color #dcf998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 10011000
Octal 334 371 230
Decimal 220 249 152
Hex DC F9 98

RGB Percentages of Color #dcf998

%35.43
%40.10
%24.48

CMYK Percentages of Color #dcf998

%12
%0
%39
%2

Triadic Colors of #dcf998

#dcf998 #98dcf9 #f998dc

Analogous Colors of #dcf998

#dcf998 #acf998 #f9e698

Monochromatic Colors of #dcf998

#dcf998

Complementary Color

#dcf998 #b598f9

#dcf998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf998 Color CSS Codes

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

#dcf998 Text Font Color

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

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


#dcf998 Background Color

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

This div background color is #dcf998


#dcf998 Border Color

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

This div border color is #dcf998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf998


Comments

No comments written yet.

Please login to write comment.