Color Hex Logo

#dcf364 Color Hex

#DCF364
(220,243,100)
0 Favorites   0 Comments

Color spaces of #dcf364

RGB 220243100
HSL0.190.860.67
HSV70°59°95°
CMYK 0.090.000.59   0.05
XYZ63.866080.236924.1778
Yxy80.23690.37950.4768
Hunter Lab89.5751-29.487946.6992
CIE-Lab91.7911-26.677464.7360

#dcf364 color RGB value is (220,243,100).

#dcf364 hex color red value is 220, green value is 243 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dcf364 hue: 0.19 , saturation: 0.86 and the lightness value of dcf364 is 0.67.

The process color (four color CMYK) of #dcf364 color hex is 0.09, 0.00, 0.59, 0.05. Web safe color of #dcf364 is #ccff66. Color #dcf364 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 01100100
Octal 334 363 144
Decimal 220 243 100
Hex DC F3 64

RGB Percentages of Color #dcf364

%39.08
%43.16
%17.76

CMYK Percentages of Color #dcf364

%9
%0
%59
%5

Triadic Colors of #dcf364

#dcf364 #64dcf3 #f364dc

Analogous Colors of #dcf364

#dcf364 #95f364 #f3c364

Monochromatic Colors of #dcf364

#dcf364

Complementary Color

#dcf364 #7b64f3

#dcf364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf364 Color CSS Codes

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

#dcf364 Text Font Color

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

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


#dcf364 Background Color

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

This div background color is #dcf364


#dcf364 Border Color

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

This div border color is #dcf364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf364


Comments

No comments written yet.

Please login to write comment.