Color Hex Logo

#dccf5a Color Hex

#DCCF5A
(220,207,90)
0 Favorites   0 Comments

Color spaces of #dccf5a

RGB 22020790
HSL0.150.650.61
HSV54°59°86°
CMYK 0.000.060.59   0.14
XYZ53.673560.579518.5370
Yxy60.57950.40420.4562
Hunter Lab77.8328-13.113940.3622
CIE-Lab82.1522-9.790258.3811

#dccf5a color RGB value is (220,207,90).

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

The process color (four color CMYK) of #dccf5a color hex is 0.00, 0.06, 0.59, 0.14. Web safe color of #dccf5a is #cccc66. Color #dccf5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 01011010
Octal 334 317 132
Decimal 220 207 90
Hex DC CF 5A

RGB Percentages of Color #dccf5a

%42.55
%40.04
%17.41

CMYK Percentages of Color #dccf5a

%0
%6
%59
%14

Triadic Colors of #dccf5a

#dccf5a #5adccf #cf5adc

Analogous Colors of #dccf5a

#dccf5a #a8dc5a #dc8e5a

Monochromatic Colors of #dccf5a

#dccf5a

Complementary Color

#dccf5a #5a67dc

#dccf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf5a Color CSS Codes

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

#dccf5a Text Font Color

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

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


#dccf5a Background Color

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

This div background color is #dccf5a


#dccf5a Border Color

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

This div border color is #dccf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf5a


Comments

No comments written yet.

Please login to write comment.