Color Hex Logo

#dceb68 Color Hex

#DCEB68
(220,235,104)
0 Favorites   0 Comments

Color spaces of #dceb68

RGB 220235104
HSL0.190.770.66
HSV67°56°92°
CMYK 0.060.000.56   0.08
XYZ61.722275.631824.4420
Yxy75.63180.38150.4675
Hunter Lab86.9665-25.505844.2131
CIE-Lab89.6881-22.569060.6707

#dceb68 color RGB value is (220,235,104).

#dceb68 hex color red value is 220, green value is 235 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dceb68 hue: 0.19 , saturation: 0.77 and the lightness value of dceb68 is 0.66.

The process color (four color CMYK) of #dceb68 color hex is 0.06, 0.00, 0.56, 0.08. Web safe color of #dceb68 is #ccff66. Color #dceb68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 01101000
Octal 334 353 150
Decimal 220 235 104
Hex DC EB 68

RGB Percentages of Color #dceb68

%39.36
%42.04
%18.60

CMYK Percentages of Color #dceb68

%6
%0
%56
%8

Triadic Colors of #dceb68

#dceb68 #68dceb #eb68dc

Analogous Colors of #dceb68

#dceb68 #9beb68 #ebb968

Monochromatic Colors of #dceb68

#dceb68

Complementary Color

#dceb68 #7768eb

#dceb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb68 Color CSS Codes

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

#dceb68 Text Font Color

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

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


#dceb68 Background Color

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

This div background color is #dceb68


#dceb68 Border Color

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

This div border color is #dceb68


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,235,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 #dceb68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb68


Comments

No comments written yet.

Please login to write comment.