Color Hex Logo

#d0fe3d Color Hex

#D0FE3D
(208,254,61)
0 Favorites   0 Comments

Color spaces of #d0fe3d

RGB 20825461
HSL0.210.990.62
HSV74°76°100°
CMYK 0.180.000.76   0.00
XYZ62.296584.630417.4668
Yxy84.63040.37890.5148
Hunter Lab91.9948-40.115353.1391
CIE-Lab93.7236-38.624780.5075

#d0fe3d color RGB value is (208,254,61).

#d0fe3d hex color red value is 208, green value is 254 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d0fe3d hue: 0.21 , saturation: 0.99 and the lightness value of d0fe3d is 0.62.

The process color (four color CMYK) of #d0fe3d color hex is 0.18, 0.00, 0.76, 0.00. Web safe color of #d0fe3d is #ccff33. Color #d0fe3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111110 00111101
Octal 320 376 75
Decimal 208 254 61
Hex D0 FE 3D

RGB Percentages of Color #d0fe3d

%39.77
%48.57
%11.66

CMYK Percentages of Color #d0fe3d

%18
%0
%76
%0

Triadic Colors of #d0fe3d

#d0fe3d #3dd0fe #fe3dd0

Analogous Colors of #d0fe3d

#d0fe3d #70fe3d #fecc3d

Monochromatic Colors of #d0fe3d

#d0fe3d

Complementary Color

#d0fe3d #6b3dfe

#d0fe3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fe3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fe3d Color CSS Codes

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

#d0fe3d Text Font Color

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

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


#d0fe3d Background Color

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

This div background color is #d0fe3d


#d0fe3d Border Color

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

This div border color is #d0fe3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fe3d


Comments

No comments written yet.

Please login to write comment.