Color Hex Logo

#d4ce32 Color Hex

#D4CE32
(212,206,50)
0 Favorites   0 Comments

Color spaces of #d4ce32

RGB 21220650
HSL0.160.650.51
HSV58°76°83°
CMYK 0.000.030.76   0.17
XYZ49.798458.370011.6595
Yxy58.37000.41560.4871
Hunter Lab76.4003-17.352544.4319
CIE-Lab80.9441-14.778272.1713

#d4ce32 color RGB value is (212,206,50).

#d4ce32 hex color red value is 212, green value is 206 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d4ce32 hue: 0.16 , saturation: 0.65 and the lightness value of d4ce32 is 0.51.

The process color (four color CMYK) of #d4ce32 color hex is 0.00, 0.03, 0.76, 0.17. Web safe color of #d4ce32 is #cccc33. Color #d4ce32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001110 00110010
Octal 324 316 62
Decimal 212 206 50
Hex D4 CE 32

RGB Percentages of Color #d4ce32

%45.30
%44.02
%10.68

CMYK Percentages of Color #d4ce32

%0
%3
%76
%17

Triadic Colors of #d4ce32

#d4ce32 #32d4ce #ce32d4

Analogous Colors of #d4ce32

#d4ce32 #89d432 #d47d32

Monochromatic Colors of #d4ce32

#d4ce32

Complementary Color

#d4ce32 #3238d4

#d4ce32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ce32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ce32 Color CSS Codes

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

#d4ce32 Text Font Color

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

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


#d4ce32 Background Color

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

This div background color is #d4ce32


#d4ce32 Border Color

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

This div border color is #d4ce32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,206,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4ce32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4ce32;
  -webkit-box-shadow: 1px 1px 3px 2px #d4ce32;
  box-shadow:         1px 1px 3px 2px #d4ce32; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,206,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ce32


Comments

No comments written yet.

Please login to write comment.