Color Hex Logo

#dccf2e Color Hex

#DCCF2E
(220,207,46)
0 Favorites   0 Comments

Color spaces of #dccf2e

RGB 22020746
HSL0.150.710.52
HSV56°79°86°
CMYK 0.000.060.79   0.14
XYZ52.321260.038511.4157
Yxy60.03850.42270.4851
Hunter Lab77.4845-15.066345.5040
CIE-Lab81.8591-12.027574.4156

#dccf2e color RGB value is (220,207,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001111 00101110
Octal 334 317 56
Decimal 220 207 46
Hex DC CF 2E

RGB Percentages of Color #dccf2e

%46.51
%43.76
%9.73

CMYK Percentages of Color #dccf2e

%0
%6
%79
%14

Triadic Colors of #dccf2e

#dccf2e #2edccf #cf2edc

Analogous Colors of #dccf2e

#dccf2e #92dc2e #dc782e

Monochromatic Colors of #dccf2e

#dccf2e

Complementary Color

#dccf2e #2e3bdc

#dccf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccf2e Color CSS Codes

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

#dccf2e Text Font Color

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

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


#dccf2e Background Color

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

This div background color is #dccf2e


#dccf2e Border Color

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

This div border color is #dccf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccf2e


Comments

No comments written yet.

Please login to write comment.