Color Hex Logo

#dcf391 Color Hex

#DCF391
(220,243,145)
0 Favorites   0 Comments

Color spaces of #dcf391

RGB 220243145
HSL0.210.800.76
HSV74°40°95°
CMYK 0.090.000.40   0.05
XYZ66.676681.361238.9781
Yxy81.36120.35650.4350
Hunter Lab90.2004-25.902737.5195
CIE-Lab92.2922-22.505344.7013

#dcf391 color RGB value is (220,243,145).

#dcf391 hex color red value is 220, green value is 243 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dcf391 hue: 0.21 , saturation: 0.80 and the lightness value of dcf391 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 10010001
Octal 334 363 221
Decimal 220 243 145
Hex DC F3 91

RGB Percentages of Color #dcf391

%36.18
%39.97
%23.85

CMYK Percentages of Color #dcf391

%9
%0
%40
%5

Triadic Colors of #dcf391

#dcf391 #91dcf3 #f391dc

Analogous Colors of #dcf391

#dcf391 #abf391 #f3d991

Monochromatic Colors of #dcf391

#dcf391

Complementary Color

#dcf391 #a891f3

#dcf391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf391 Color CSS Codes

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

#dcf391 Text Font Color

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

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


#dcf391 Background Color

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

This div background color is #dcf391


#dcf391 Border Color

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

This div border color is #dcf391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf391


Comments

No comments written yet.

Please login to write comment.