Color Hex Logo

#dccf2a Color Hex

#DCCF2A
(220,207,42)
0 Favorites   0 Comments

Color spaces of #dccf2a

RGB 22020742
HSL0.150.720.51
HSV56°81°86°
CMYK 0.000.060.81   0.14
XYZ52.245960.008511.0196
Yxy60.00850.42380.4868
Hunter Lab77.4652-15.175845.7915
CIE-Lab81.8428-12.153975.4911

#dccf2a color RGB value is (220,207,42).

#dccf2a hex color red value is 220, green value is 207 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dccf2a hue: 0.15 , saturation: 0.72 and the lightness value of dccf2a is 0.51.

The process color (four color CMYK) of #dccf2a color hex is 0.00, 0.06, 0.81, 0.14. Web safe color of #dccf2a is #cccc33. Color #dccf2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 00101010
Octal 334 317 52
Decimal 220 207 42
Hex DC CF 2A

RGB Percentages of Color #dccf2a

%46.91
%44.14
%8.96

CMYK Percentages of Color #dccf2a

%0
%6
%81
%14

Triadic Colors of #dccf2a

#dccf2a #2adccf #cf2adc

Analogous Colors of #dccf2a

#dccf2a #90dc2a #dc762a

Monochromatic Colors of #dccf2a

#dccf2a

Complementary Color

#dccf2a #2a37dc

#dccf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf2a Color CSS Codes

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

#dccf2a Text Font Color

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

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


#dccf2a Background Color

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

This div background color is #dccf2a


#dccf2a Border Color

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

This div border color is #dccf2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,207,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dccf2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dccf2a;
  -webkit-box-shadow: 1px 1px 3px 2px #dccf2a;
  box-shadow:         1px 1px 3px 2px #dccf2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,207,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf2a


Comments

No comments written yet.

Please login to write comment.