Color Hex Logo

#d0c25e Color Hex

#D0C25E
(208,194,94)
0 Favorites   0 Comments

Color spaces of #d0c25e

RGB 20819494
HSL0.150.550.59
HSV53°55°82°
CMYK 0.000.070.55   0.18
XYZ47.324652.801618.2871
Yxy52.80160.39970.4459
Hunter Lab72.6647-10.910935.9441
CIE-Lab77.7577-7.832251.3048

#d0c25e color RGB value is (208,194,94).

#d0c25e hex color red value is 208, green value is 194 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d0c25e hue: 0.15 , saturation: 0.55 and the lightness value of d0c25e is 0.59.

The process color (four color CMYK) of #d0c25e color hex is 0.00, 0.07, 0.55, 0.18. Web safe color of #d0c25e is #cccc66. Color #d0c25e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11000010 01011110
Octal 320 302 136
Decimal 208 194 94
Hex D0 C2 5E

RGB Percentages of Color #d0c25e

%41.94
%39.11
%18.95

CMYK Percentages of Color #d0c25e

%0
%7
%55
%18

Triadic Colors of #d0c25e

#d0c25e #5ed0c2 #c25ed0

Analogous Colors of #d0c25e

#d0c25e #a5d05e #d0895e

Monochromatic Colors of #d0c25e

#d0c25e

Complementary Color

#d0c25e #5e6cd0

#d0c25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0c25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0c25e Color CSS Codes

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

#d0c25e Text Font Color

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

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


#d0c25e Background Color

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

This div background color is #d0c25e


#d0c25e Border Color

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

This div border color is #d0c25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c25e


Comments

No comments written yet.

Please login to write comment.