Color Hex Logo

#dce268 Color Hex

#DCE268
(220,226,104)
0 Favorites   0 Comments

Color spaces of #dce268

RGB 220226104
HSL0.170.680.65
HSV63°54°89°
CMYK 0.030.000.54   0.11
XYZ59.210270.607823.6047
Yxy70.60780.38590.4602
Hunter Lab84.0284-21.270742.1646
CIE-Lab87.2941-18.205557.9472

#dce268 color RGB value is (220,226,104).

#dce268 hex color red value is 220, green value is 226 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dce268 hue: 0.17 , saturation: 0.68 and the lightness value of dce268 is 0.65.

The process color (four color CMYK) of #dce268 color hex is 0.03, 0.00, 0.54, 0.11. Web safe color of #dce268 is #cccc66. Color #dce268 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100010 01101000
Octal 334 342 150
Decimal 220 226 104
Hex DC E2 68

RGB Percentages of Color #dce268

%40.00
%41.09
%18.91

CMYK Percentages of Color #dce268

%3
%0
%54
%11

Triadic Colors of #dce268

#dce268 #68dce2 #e268dc

Analogous Colors of #dce268

#dce268 #9fe268 #e2ab68

Monochromatic Colors of #dce268

#dce268

Complementary Color

#dce268 #6e68e2

#dce268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce268 Color CSS Codes

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

#dce268 Text Font Color

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

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


#dce268 Background Color

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

This div background color is #dce268


#dce268 Border Color

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

This div border color is #dce268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce268


Comments

No comments written yet.

Please login to write comment.