Color Hex Logo

#dcf899 Color Hex

#DCF899
(220,248,153)
0 Favorites   0 Comments

Color spaces of #dcf899

RGB 220248153
HSL0.220.870.79
HSV78°38°97°
CMYK 0.110.000.38   0.03
XYZ68.832484.650442.8483
Yxy84.65040.35060.4312
Hunter Lab92.0057-27.468336.7918
CIE-Lab93.7323-23.975142.6316

#dcf899 color RGB value is (220,248,153).

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

The process color (four color CMYK) of #dcf899 color hex is 0.11, 0.00, 0.38, 0.03. Web safe color of #dcf899 is #ccff99. Color #dcf899 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 10011001
Octal 334 370 231
Decimal 220 248 153
Hex DC F8 99

RGB Percentages of Color #dcf899

%35.43
%39.94
%24.64

CMYK Percentages of Color #dcf899

%11
%0
%38
%3

Triadic Colors of #dcf899

#dcf899 #99dcf8 #f899dc

Analogous Colors of #dcf899

#dcf899 #adf899 #f8e599

Monochromatic Colors of #dcf899

#dcf899

Complementary Color

#dcf899 #b599f8

#dcf899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf899 Color CSS Codes

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

#dcf899 Text Font Color

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

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


#dcf899 Background Color

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

This div background color is #dcf899


#dcf899 Border Color

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

This div border color is #dcf899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf899


Comments

No comments written yet.

Please login to write comment.