Color Hex Logo

#ddce68 Color Hex

#DDCE68
(221,206,104)
0 Favorites   0 Comments

Color spaces of #ddce68

RGB 221206104
HSL0.150.630.64
HSV52°53°87°
CMYK 0.000.070.53   0.13
XYZ54.388860.514221.9105
Yxy60.51420.39750.4423
Hunter Lab77.7909-11.332737.7540
CIE-Lab82.1169-7.810351.9671

#ddce68 color RGB value is (221,206,104).

#ddce68 hex color red value is 221, green value is 206 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ddce68 hue: 0.15 , saturation: 0.63 and the lightness value of ddce68 is 0.64.

The process color (four color CMYK) of #ddce68 color hex is 0.00, 0.07, 0.53, 0.13. Web safe color of #ddce68 is #cccc66. Color #ddce68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 01101000
Octal 335 316 150
Decimal 221 206 104
Hex DD CE 68

RGB Percentages of Color #ddce68

%41.62
%38.79
%19.59

CMYK Percentages of Color #ddce68

%0
%7
%53
%13

Triadic Colors of #ddce68

#ddce68 #68ddce #ce68dd

Analogous Colors of #ddce68

#ddce68 #b2dd68 #dd9468

Monochromatic Colors of #ddce68

#ddce68

Complementary Color

#ddce68 #6877dd

#ddce68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddce68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddce68 Color CSS Codes

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

#ddce68 Text Font Color

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

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


#ddce68 Background Color

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

This div background color is #ddce68


#ddce68 Border Color

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

This div border color is #ddce68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddce68


Comments

No comments written yet.

Please login to write comment.