Color Hex Logo

#d0d337 Color Hex

#D0D337
(208,211,55)
0 Favorites   0 Comments

Color spaces of #d0d337

RGB 20821155
HSL0.170.640.52
HSV61°74°83°
CMYK 0.010.000.74   0.17
XYZ49.996360.274312.6134
Yxy60.27430.40690.4905
Hunter Lab77.6365-20.913644.7129
CIE-Lab81.9871-18.740771.4471

#d0d337 color RGB value is (208,211,55).

#d0d337 hex color red value is 208, green value is 211 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #d0d337 hue: 0.17 , saturation: 0.64 and the lightness value of d0d337 is 0.52.

The process color (four color CMYK) of #d0d337 color hex is 0.01, 0.00, 0.74, 0.17. Web safe color of #d0d337 is #cccc33. Color #d0d337 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11010011 00110111
Octal 320 323 67
Decimal 208 211 55
Hex D0 D3 37

RGB Percentages of Color #d0d337

%43.88
%44.51
%11.60

CMYK Percentages of Color #d0d337

%1
%0
%74
%17

Triadic Colors of #d0d337

#d0d337 #37d0d3 #d337d0

Analogous Colors of #d0d337

#d0d337 #82d337 #d38837

Monochromatic Colors of #d0d337

#d0d337

Complementary Color

#d0d337 #3a37d3

#d0d337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0d337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0d337 Color CSS Codes

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

#d0d337 Text Font Color

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

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


#d0d337 Background Color

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

This div background color is #d0d337


#d0d337 Border Color

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

This div border color is #d0d337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0d337


Comments

No comments written yet.

Please login to write comment.