Color Hex Logo

#d3fd72 Color Hex

#D3FD72
(211,253,114)
0 Favorites   0 Comments

Color spaces of #d3fd72

RGB 211253114
HSL0.220.970.72
HSV78°55°99°
CMYK 0.170.000.55   0.01
XYZ65.026585.314328.9596
Yxy85.31430.36270.4758
Hunter Lab92.3657-35.974146.0667
CIE-Lab94.0184-33.641461.0672

#d3fd72 color RGB value is (211,253,114).

#d3fd72 hex color red value is 211, green value is 253 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d3fd72 hue: 0.22 , saturation: 0.97 and the lightness value of d3fd72 is 0.72.

The process color (four color CMYK) of #d3fd72 color hex is 0.17, 0.00, 0.55, 0.01. Web safe color of #d3fd72 is #ccff66. Color #d3fd72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111101 01110010
Octal 323 375 162
Decimal 211 253 114
Hex D3 FD 72

RGB Percentages of Color #d3fd72

%36.51
%43.77
%19.72

CMYK Percentages of Color #d3fd72

%17
%0
%55
%1

Triadic Colors of #d3fd72

#d3fd72 #72d3fd #fd72d3

Analogous Colors of #d3fd72

#d3fd72 #8efd72 #fde272

Monochromatic Colors of #d3fd72

#d3fd72

Complementary Color

#d3fd72 #9c72fd

#d3fd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3fd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3fd72 Color CSS Codes

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

#d3fd72 Text Font Color

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

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


#d3fd72 Background Color

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

This div background color is #d3fd72


#d3fd72 Border Color

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

This div border color is #d3fd72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,253,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3fd72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3fd72;
  -webkit-box-shadow: 1px 1px 3px 2px #d3fd72;
  box-shadow:         1px 1px 3px 2px #d3fd72; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,253,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3fd72


Comments

No comments written yet.

Please login to write comment.