Color Hex Logo

#d3d250 Color Hex

#D3D250
(211,210,80)
0 Favorites   0 Comments

Color spaces of #d3d250

RGB 21121080
HSL0.170.600.57
HSV60°62°83°
CMYK 0.000.000.62   0.17
XYZ51.358560.521316.5643
Yxy60.52130.39990.4712
Hunter Lab77.7954-18.301041.8327
CIE-Lab82.1207-15.683962.4073

#d3d250 color RGB value is (211,210,80).

#d3d250 hex color red value is 211, green value is 210 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d3d250 hue: 0.17 , saturation: 0.60 and the lightness value of d3d250 is 0.57.

The process color (four color CMYK) of #d3d250 color hex is 0.00, 0.00, 0.62, 0.17. Web safe color of #d3d250 is #cccc66. Color #d3d250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11010010 01010000
Octal 323 322 120
Decimal 211 210 80
Hex D3 D2 50

RGB Percentages of Color #d3d250

%42.12
%41.92
%15.97

CMYK Percentages of Color #d3d250

%0
%0
%62
%17

Triadic Colors of #d3d250

#d3d250 #50d3d2 #d250d3

Analogous Colors of #d3d250

#d3d250 #93d350 #d39150

Monochromatic Colors of #d3d250

#d3d250

Complementary Color

#d3d250 #5051d3

#d3d250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3d250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3d250 Color CSS Codes

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

#d3d250 Text Font Color

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

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


#d3d250 Background Color

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

This div background color is #d3d250


#d3d250 Border Color

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

This div border color is #d3d250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3d250


Comments

No comments written yet.

Please login to write comment.