Color Hex Logo

#dcf6ab Color Hex

#DCF6AB
(220,246,171)
0 Favorites   0 Comments

Color spaces of #dcf6ab

RGB 220246171
HSL0.220.810.82
HSV81°30°96°
CMYK 0.110.000.30   0.04
XYZ69.821784.067551.0747
Yxy84.06750.34070.4102
Hunter Lab91.6883-24.524831.1545
CIE-Lab93.4798-20.746033.3604

#dcf6ab color RGB value is (220,246,171).

#dcf6ab hex color red value is 220, green value is 246 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dcf6ab hue: 0.22 , saturation: 0.81 and the lightness value of dcf6ab is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 10101011
Octal 334 366 253
Decimal 220 246 171
Hex DC F6 AB

RGB Percentages of Color #dcf6ab

%34.54
%38.62
%26.84

CMYK Percentages of Color #dcf6ab

%11
%0
%30
%4

Triadic Colors of #dcf6ab

#dcf6ab #abdcf6 #f6abdc

Analogous Colors of #dcf6ab

#dcf6ab #b7f6ab #f6ebab

Monochromatic Colors of #dcf6ab

#dcf6ab

Complementary Color

#dcf6ab #c5abf6

#dcf6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf6ab Color CSS Codes

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

#dcf6ab Text Font Color

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

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


#dcf6ab Background Color

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

This div background color is #dcf6ab


#dcf6ab Border Color

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

This div border color is #dcf6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf6ab


Comments

No comments written yet.

Please login to write comment.