Color Hex Logo

#dcfe6b Color Hex

#DCFE6B
(220,254,107)
0 Favorites   0 Comments

Color spaces of #dcfe6b

RGB 220254107
HSL0.210.990.71
HSV74°58°100°
CMYK 0.130.000.58   0.00
XYZ67.610987.160827.1702
Yxy87.16080.37160.4791
Hunter Lab93.3599-34.110948.0970
CIE-Lab94.8065-31.277165.1315

#dcfe6b color RGB value is (220,254,107).

#dcfe6b hex color red value is 220, green value is 254 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dcfe6b hue: 0.21 , saturation: 0.99 and the lightness value of dcfe6b is 0.71.

The process color (four color CMYK) of #dcfe6b color hex is 0.13, 0.00, 0.58, 0.00. Web safe color of #dcfe6b is #ccff66. Color #dcfe6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 01101011
Octal 334 376 153
Decimal 220 254 107
Hex DC FE 6B

RGB Percentages of Color #dcfe6b

%37.87
%43.72
%18.42

CMYK Percentages of Color #dcfe6b

%13
%0
%58
%0

Triadic Colors of #dcfe6b

#dcfe6b #6bdcfe #fe6bdc

Analogous Colors of #dcfe6b

#dcfe6b #93fe6b #fed76b

Monochromatic Colors of #dcfe6b

#dcfe6b

Complementary Color

#dcfe6b #8d6bfe

#dcfe6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe6b Color CSS Codes

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

#dcfe6b Text Font Color

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

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


#dcfe6b Background Color

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

This div background color is #dcfe6b


#dcfe6b Border Color

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

This div border color is #dcfe6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe6b


Comments

No comments written yet.

Please login to write comment.