Color Hex Logo

#dcf292 Color Hex

#DCF292
(220,242,146)
0 Favorites   0 Comments

Color spaces of #dcf292

RGB 220242146
HSL0.200.790.76
HSV74°40°95°
CMYK 0.090.000.40   0.05
XYZ66.455680.795239.2866
Yxy80.79520.35630.4331
Hunter Lab89.8862-25.330237.0064
CIE-Lab92.0405-21.911743.8937

#dcf292 color RGB value is (220,242,146).

#dcf292 hex color red value is 220, green value is 242 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dcf292 hue: 0.20 , saturation: 0.79 and the lightness value of dcf292 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 10010010
Octal 334 362 222
Decimal 220 242 146
Hex DC F2 92

RGB Percentages of Color #dcf292

%36.18
%39.80
%24.01

CMYK Percentages of Color #dcf292

%9
%0
%40
%5

Triadic Colors of #dcf292

#dcf292 #92dcf2 #f292dc

Analogous Colors of #dcf292

#dcf292 #acf292 #f2d892

Monochromatic Colors of #dcf292

#dcf292

Complementary Color

#dcf292 #a892f2

#dcf292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf292 Color CSS Codes

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

#dcf292 Text Font Color

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

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


#dcf292 Background Color

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

This div background color is #dcf292


#dcf292 Border Color

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

This div border color is #dcf292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf292


Comments

No comments written yet.

Please login to write comment.