color codes Logo

#d4fe80 color codes

#D4FE80
(212,254,128)
0 Favorites   0 Comments

Color spaces of #d4fe80

RGB 212254128
HSL0.220.980.75
HSV80°50°100°
CMYK 0.170.000.50   0.00
XYZ66.489586.439233.6021
Yxy86.43920.35650.4634
Hunter Lab92.9727-35.047843.6523
CIE-Lab94.4998-32.436955.3619

#d4fe80 color RGB value is (212,254,128).

#d4fe80 hex color red value is 212, green value is 254 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d4fe80 hue: 0.22 , saturation: 0.98 and the lightness value of d4fe80 is 0.75.

The process color (four color CMYK) of #d4fe80 color code is 0.17, 0.00, 0.50, 0.00. Web safe color of #d4fe80 is #ccff99. Color #d4fe80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111110 10000000
Octal 324 376 200
Decimal 212 254 128
Hex D4 FE 80

RGB Percentages of Color #d4fe80

%35.69
%42.76
%21.55

CMYK Percentages of Color #d4fe80

%17
%0
%50
%0

Triadic Colors of #d4fe80

#d4fe80 #80d4fe #fe80d4

Analogous Colors of #d4fe80

#d4fe80 #95fe80 #fee980

Monochromatic Colors of #d4fe80

#d4fe80

Complementary Color

#d4fe80 #aa80fe

#d4fe80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fe80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fe80 Color CSS Codes

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

#d4fe80 Text Font Color

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

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


#d4fe80 Background Color

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

This div background color is #d4fe80


#d4fe80 Border Color

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

This div border color is #d4fe80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fe80


Comments

No comments written yet.

Please login to write comment.