Color Hex Logo

#d1fc82 Color Hex

#D1FC82
(209,252,130)
0 Favorites   0 Comments

Color spaces of #d1fc82

RGB 209252130
HSL0.230.950.75
HSV81°48°99°
CMYK 0.170.000.48   0.01
XYZ65.134284.787834.0518
Yxy84.78780.35400.4609
Hunter Lab92.0803-34.876242.5304
CIE-Lab93.7916-32.420753.5406

#d1fc82 color RGB value is (209,252,130).

#d1fc82 hex color red value is 209, green value is 252 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d1fc82 hue: 0.23 , saturation: 0.95 and the lightness value of d1fc82 is 0.75.

The process color (four color CMYK) of #d1fc82 color hex is 0.17, 0.00, 0.48, 0.01. Web safe color of #d1fc82 is #ccff99. Color #d1fc82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111100 10000010
Octal 321 374 202
Decimal 209 252 130
Hex D1 FC 82

RGB Percentages of Color #d1fc82

%35.36
%42.64
%22.00

CMYK Percentages of Color #d1fc82

%17
%0
%48
%1

Triadic Colors of #d1fc82

#d1fc82 #82d1fc #fc82d1

Analogous Colors of #d1fc82

#d1fc82 #94fc82 #fcea82

Monochromatic Colors of #d1fc82

#d1fc82

Complementary Color

#d1fc82 #ad82fc

#d1fc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fc82 Color CSS Codes

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

#d1fc82 Text Font Color

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

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


#d1fc82 Background Color

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

This div background color is #d1fc82


#d1fc82 Border Color

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

This div border color is #d1fc82


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,252,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1fc82; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1fc82;
  -webkit-box-shadow: 1px 1px 3px 2px #d1fc82;
  box-shadow:         1px 1px 3px 2px #d1fc82; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,252,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fc82

Related Colors


Comments

No comments written yet.

Please login to write comment.