Color Hex Logo

#dccf1a Color Hex

#DCCF1A
(220,207,26)
0 Favorites   0 Comments

Color spaces of #dccf1a

RGB 22020726
HSL0.160.790.48
HSV56°88°86°
CMYK 0.000.060.88   0.14
XYZ52.014559.91599.8007
Yxy59.91590.42730.4922
Hunter Lab77.4054-15.511846.6767
CIE-Lab81.7925-12.542478.9758

#dccf1a color RGB value is (220,207,26).

#dccf1a hex color red value is 220, green value is 207 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dccf1a hue: 0.16 , saturation: 0.79 and the lightness value of dccf1a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 00011010
Octal 334 317 32
Decimal 220 207 26
Hex DC CF 1A

RGB Percentages of Color #dccf1a

%48.57
%45.70
%5.74

CMYK Percentages of Color #dccf1a

%0
%6
%88
%14

Triadic Colors of #dccf1a

#dccf1a #1adccf #cf1adc

Analogous Colors of #dccf1a

#dccf1a #88dc1a #dc6e1a

Monochromatic Colors of #dccf1a

#dccf1a

Complementary Color

#dccf1a #1a27dc

#dccf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf1a Color CSS Codes

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

#dccf1a Text Font Color

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

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


#dccf1a Background Color

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

This div background color is #dccf1a


#dccf1a Border Color

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

This div border color is #dccf1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf1a


Comments

No comments written yet.

Please login to write comment.