Color Hex Logo

#d0f40b Color Hex

#D0F40B
(208,244,11)
0 Favorites   0 Comments

Color spaces of #d0f40b

RGB 20824411
HSL0.190.910.50
HSV69°95°96°
CMYK 0.150.000.95   0.04
XYZ58.423578.135412.3190
Yxy78.13540.39240.5248
Hunter Lab88.3942-36.711753.6131
CIE-Lab90.8417-35.396487.4781

#d0f40b color RGB value is (208,244,11).

#d0f40b hex color red value is 208, green value is 244 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d0f40b hue: 0.19 , saturation: 0.91 and the lightness value of d0f40b is 0.50.

The process color (four color CMYK) of #d0f40b color hex is 0.15, 0.00, 0.95, 0.04. Web safe color of #d0f40b is #ccff00. Color #d0f40b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11110100 00001011
Octal 320 364 13
Decimal 208 244 11
Hex D0 F4 B

RGB Percentages of Color #d0f40b

%44.92
%52.70
%2.38

CMYK Percentages of Color #d0f40b

%15
%0
%95
%4

Triadic Colors of #d0f40b

#d0f40b #0bd0f4 #f40bd0

Analogous Colors of #d0f40b

#d0f40b #5bf40b #f4a40b

Monochromatic Colors of #d0f40b

#d0f40b

Complementary Color

#d0f40b #2f0bf4

#d0f40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0f40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0f40b Color CSS Codes

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

#d0f40b Text Font Color

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

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


#d0f40b Background Color

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

This div background color is #d0f40b


#d0f40b Border Color

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

This div border color is #d0f40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0f40b


Comments

No comments written yet.

Please login to write comment.