Color Hex Logo

#d2f973 Color Hex

#D2F973
(210,249,115)
0 Favorites   0 Comments

Color spaces of #d2f973

RGB 210249115
HSL0.220.920.71
HSV77°54°98°
CMYK 0.160.000.54   0.02
XYZ63.548582.690828.8312
Yxy82.69080.36300.4723
Hunter Lab90.9345-34.392744.8560
CIE-Lab92.8789-32.093459.2929

#d2f973 color RGB value is (210,249,115).

#d2f973 hex color red value is 210, green value is 249 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d2f973 hue: 0.22 , saturation: 0.92 and the lightness value of d2f973 is 0.71.

The process color (four color CMYK) of #d2f973 color hex is 0.16, 0.00, 0.54, 0.02. Web safe color of #d2f973 is #ccff66. Color #d2f973 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111001 01110011
Octal 322 371 163
Decimal 210 249 115
Hex D2 F9 73

RGB Percentages of Color #d2f973

%36.59
%43.38
%20.03

CMYK Percentages of Color #d2f973

%16
%0
%54
%2

Triadic Colors of #d2f973

#d2f973 #73d2f9 #f973d2

Analogous Colors of #d2f973

#d2f973 #8ff973 #f9dd73

Monochromatic Colors of #d2f973

#d2f973

Complementary Color

#d2f973 #9a73f9

#d2f973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2f973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2f973 Color CSS Codes

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

#d2f973 Text Font Color

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

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


#d2f973 Background Color

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

This div background color is #d2f973


#d2f973 Border Color

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

This div border color is #d2f973


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,249,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2f973; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2f973;
  -webkit-box-shadow: 1px 1px 3px 2px #d2f973;
  box-shadow:         1px 1px 3px 2px #d2f973; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,249,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2f973


Comments

No comments written yet.

Please login to write comment.