Color Hex Logo

#dcfb7a Color Hex

#DCFB7A
(220,251,122)
0 Favorites   0 Comments

Color spaces of #dcfb7a

RGB 220251122
HSL0.210.940.73
HSV74°51°98°
CMYK 0.120.000.51   0.02
XYZ67.525285.615131.3788
Yxy85.61510.36600.4640
Hunter Lab92.5284-31.659444.6631
CIE-Lab94.1475-28.625657.8037

#dcfb7a color RGB value is (220,251,122).

#dcfb7a hex color red value is 220, green value is 251 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dcfb7a hue: 0.21 , saturation: 0.94 and the lightness value of dcfb7a is 0.73.

The process color (four color CMYK) of #dcfb7a color hex is 0.12, 0.00, 0.51, 0.02. Web safe color of #dcfb7a is #ccff66. Color #dcfb7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 01111010
Octal 334 373 172
Decimal 220 251 122
Hex DC FB 7A

RGB Percentages of Color #dcfb7a

%37.10
%42.33
%20.57

CMYK Percentages of Color #dcfb7a

%12
%0
%51
%2

Triadic Colors of #dcfb7a

#dcfb7a #7adcfb #fb7adc

Analogous Colors of #dcfb7a

#dcfb7a #9cfb7a #fbda7a

Monochromatic Colors of #dcfb7a

#dcfb7a

Complementary Color

#dcfb7a #997afb

#dcfb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb7a Color CSS Codes

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

#dcfb7a Text Font Color

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

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


#dcfb7a Background Color

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

This div background color is #dcfb7a


#dcfb7a Border Color

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

This div border color is #dcfb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb7a

Related Colors


Comments

No comments written yet.

Please login to write comment.