Color Hex Logo

#d0ff7e Color Hex

#D0FF7E
(208,255,126)
0 Favorites   0 Comments

Color spaces of #d0ff7e

RGB 208255126
HSL0.231.000.75
HSV82°51°100°
CMYK 0.180.000.51   0.00
XYZ65.538386.436332.9683
Yxy86.43630.35440.4674
Hunter Lab92.9711-36.869144.0551
CIE-Lab94.4986-34.558356.2150

#d0ff7e color RGB value is (208,255,126).

#d0ff7e hex color red value is 208, green value is 255 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d0ff7e hue: 0.23 , saturation: 1.00 and the lightness value of d0ff7e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111111 01111110
Octal 320 377 176
Decimal 208 255 126
Hex D0 FF 7E

RGB Percentages of Color #d0ff7e

%35.31
%43.29
%21.39

CMYK Percentages of Color #d0ff7e

%18
%0
%51
%0

Triadic Colors of #d0ff7e

#d0ff7e #7ed0ff #ff7ed0

Analogous Colors of #d0ff7e

#d0ff7e #90ff7e #ffee7e

Monochromatic Colors of #d0ff7e

#d0ff7e

Complementary Color

#d0ff7e #ad7eff

#d0ff7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ff7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ff7e Color CSS Codes

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

#d0ff7e Text Font Color

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

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


#d0ff7e Background Color

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

This div background color is #d0ff7e


#d0ff7e Border Color

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

This div border color is #d0ff7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ff7e

Related Colors

#d0ff7e Color Palettes


Comments

No comments written yet.

Please login to write comment.