Color Hex Logo

#dcfe4b Color Hex

#DCFE4B
(220,254,75)
0 Favorites   0 Comments

Color spaces of #dcfe4b

RGB 22025475
HSL0.200.990.65
HSV71°70°100°
CMYK 0.130.000.70   0.00
XYZ66.227086.607319.8830
Yxy86.60730.38340.5014
Hunter Lab93.0630-35.833352.4768
CIE-Lab94.5714-33.330377.1731

#dcfe4b color RGB value is (220,254,75).

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

The process color (four color CMYK) of #dcfe4b color hex is 0.13, 0.00, 0.70, 0.00. Web safe color of #dcfe4b is #ccff33. Color #dcfe4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 01001011
Octal 334 376 113
Decimal 220 254 75
Hex DC FE 4B

RGB Percentages of Color #dcfe4b

%40.07
%46.27
%13.66

CMYK Percentages of Color #dcfe4b

%13
%0
%70
%0

Triadic Colors of #dcfe4b

#dcfe4b #4bdcfe #fe4bdc

Analogous Colors of #dcfe4b

#dcfe4b #83fe4b #fec74b

Monochromatic Colors of #dcfe4b

#dcfe4b

Complementary Color

#dcfe4b #6d4bfe

#dcfe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe4b Color CSS Codes

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

#dcfe4b Text Font Color

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

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


#dcfe4b Background Color

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

This div background color is #dcfe4b


#dcfe4b Border Color

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

This div border color is #dcfe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe4b


Comments

No comments written yet.

Please login to write comment.