Color Hex Logo

#dcf299 Color Hex

#DCF299
(220,242,153)
0 Favorites   0 Comments

Color spaces of #dcf299

RGB 220242153
HSL0.210.770.77
HSV75°37°95°
CMYK 0.090.000.37   0.05
XYZ67.017181.019842.2432
Yxy81.01980.35220.4258
Hunter Lab90.0110-24.618235.1822
CIE-Lab92.1405-21.096540.5804

#dcf299 color RGB value is (220,242,153).

#dcf299 hex color red value is 220, green value is 242 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dcf299 hue: 0.21 , saturation: 0.77 and the lightness value of dcf299 is 0.77.

The process color (four color CMYK) of #dcf299 color hex is 0.09, 0.00, 0.37, 0.05. Web safe color of #dcf299 is #ccff99. Color #dcf299 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 10011001
Octal 334 362 231
Decimal 220 242 153
Hex DC F2 99

RGB Percentages of Color #dcf299

%35.77
%39.35
%24.88

CMYK Percentages of Color #dcf299

%9
%0
%37
%5

Triadic Colors of #dcf299

#dcf299 #99dcf2 #f299dc

Analogous Colors of #dcf299

#dcf299 #b0f299 #f2dc99

Monochromatic Colors of #dcf299

#dcf299

Complementary Color

#dcf299 #af99f2

#dcf299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf299 Color CSS Codes

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

#dcf299 Text Font Color

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

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


#dcf299 Background Color

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

This div background color is #dcf299


#dcf299 Border Color

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

This div border color is #dcf299


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,242,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf299


Comments

No comments written yet.

Please login to write comment.