Color Hex Logo

#dcf68f Color Hex

#DCF68F
(220,246,143)
0 Favorites   0 Comments

Color spaces of #dcf68f

RGB 220246143
HSL0.210.850.76
HSV75°42°96°
CMYK 0.110.000.42   0.04
XYZ67.428983.110338.4746
Yxy83.11030.35670.4397
Hunter Lab91.1649-27.513338.7930
CIE-Lab93.0627-24.161846.6439

#dcf68f color RGB value is (220,246,143).

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

The process color (four color CMYK) of #dcf68f color hex is 0.11, 0.00, 0.42, 0.04. Web safe color of #dcf68f is #ccff99. Color #dcf68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 10001111
Octal 334 366 217
Decimal 220 246 143
Hex DC F6 8F

RGB Percentages of Color #dcf68f

%36.12
%40.39
%23.48

CMYK Percentages of Color #dcf68f

%11
%0
%42
%4

Triadic Colors of #dcf68f

#dcf68f #8fdcf6 #f68fdc

Analogous Colors of #dcf68f

#dcf68f #a9f68f #f6dd8f

Monochromatic Colors of #dcf68f

#dcf68f

Complementary Color

#dcf68f #a98ff6

#dcf68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf68f Color CSS Codes

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

#dcf68f Text Font Color

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

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


#dcf68f Background Color

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

This div background color is #dcf68f


#dcf68f Border Color

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

This div border color is #dcf68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf68f


Comments

No comments written yet.

Please login to write comment.