Color Hex Logo

#d2ff5f Color Hex

#D2FF5F
(210,255,95)
0 Favorites   0 Comments

Color spaces of #d2ff5f

RGB 21025595
HSL0.211.000.69
HSV77°63°100°
CMYK 0.180.000.63   0.00
XYZ64.403986.047924.0409
Yxy86.04790.36910.4931
Hunter Lab92.7620-38.402449.5674
CIE-Lab94.3328-36.407369.3474

#d2ff5f color RGB value is (210,255,95).

#d2ff5f hex color red value is 210, green value is 255 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d2ff5f hue: 0.21 , saturation: 1.00 and the lightness value of d2ff5f is 0.69.

The process color (four color CMYK) of #d2ff5f color hex is 0.18, 0.00, 0.63, 0.00. Web safe color of #d2ff5f is #ccff66. Color #d2ff5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111111 01011111
Octal 322 377 137
Decimal 210 255 95
Hex D2 FF 5F

RGB Percentages of Color #d2ff5f

%37.50
%45.54
%16.96

CMYK Percentages of Color #d2ff5f

%18
%0
%63
%0

Triadic Colors of #d2ff5f

#d2ff5f #5fd2ff #ff5fd2

Analogous Colors of #d2ff5f

#d2ff5f #82ff5f #ffdc5f

Monochromatic Colors of #d2ff5f

#d2ff5f

Complementary Color

#d2ff5f #8c5fff

#d2ff5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ff5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ff5f Color CSS Codes

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

#d2ff5f Text Font Color

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

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


#d2ff5f Background Color

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

This div background color is #d2ff5f


#d2ff5f Border Color

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

This div border color is #d2ff5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ff5f

Related Colors


Comments

No comments written yet.

Please login to write comment.