Color Hex Logo

#d0f947 Color Hex

#D0F947
(208,249,71)
0 Favorites   0 Comments

Color spaces of #d0f947

RGB 20824971
HSL0.210.940.63
HSV74°71°98°
CMYK 0.160.000.71   0.02
XYZ61.025481.616218.4984
Yxy81.61620.37870.5065
Hunter Lab90.3417-37.522051.0989
CIE-Lab92.4052-35.916276.1357

#d0f947 color RGB value is (208,249,71).

#d0f947 hex color red value is 208, green value is 249 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d0f947 hue: 0.21 , saturation: 0.94 and the lightness value of d0f947 is 0.63.

The process color (four color CMYK) of #d0f947 color hex is 0.16, 0.00, 0.71, 0.02. Web safe color of #d0f947 is #ccff33. Color #d0f947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111001 01000111
Octal 320 371 107
Decimal 208 249 71
Hex D0 F9 47

RGB Percentages of Color #d0f947

%39.39
%47.16
%13.45

CMYK Percentages of Color #d0f947

%16
%0
%71
%2

Triadic Colors of #d0f947

#d0f947 #47d0f9 #f947d0

Analogous Colors of #d0f947

#d0f947 #77f947 #f9c947

Monochromatic Colors of #d0f947

#d0f947

Complementary Color

#d0f947 #7047f9

#d0f947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0f947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0f947 Color CSS Codes

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

#d0f947 Text Font Color

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

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


#d0f947 Background Color

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

This div background color is #d0f947


#d0f947 Border Color

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

This div border color is #d0f947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0f947

Related Colors


Comments

No comments written yet.

Please login to write comment.