Color Hex Logo

#ded68b Color Hex

#DED68B
(222,214,139)
1 Favorites   0 Comments

Color spaces of #ded68b

RGB 222214139
HSL0.150.560.71
HSV54°37°87°
CMYK 0.000.040.37   0.13
XYZ58.831065.486833.9656
Yxy65.48680.37170.4137
Hunter Lab80.9239-11.848931.7614
CIE-Lab84.7340-8.084038.0386

#ded68b color RGB value is (222,214,139).

#ded68b hex color red value is 222, green value is 214 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ded68b hue: 0.15 , saturation: 0.56 and the lightness value of ded68b is 0.71.

The process color (four color CMYK) of #ded68b color hex is 0.00, 0.04, 0.37, 0.13. Web safe color of #ded68b is #cccc99. Color #ded68b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 10001011
Octal 336 326 213
Decimal 222 214 139
Hex DE D6 8B

RGB Percentages of Color #ded68b

%38.61
%37.22
%24.17

CMYK Percentages of Color #ded68b

%0
%4
%37
%13

Triadic Colors of #ded68b

#ded68b #8bded6 #d68bde

Analogous Colors of #ded68b

#ded68b #bdde8b #dead8b

Monochromatic Colors of #ded68b

#ded68b

Complementary Color

#ded68b #8b93de

#ded68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded68b Color CSS Codes

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

#ded68b Text Font Color

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

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


#ded68b Background Color

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

This div background color is #ded68b


#ded68b Border Color

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

This div border color is #ded68b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,214,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ded68b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ded68b;
  -webkit-box-shadow: 1px 1px 3px 2px #ded68b;
  box-shadow:         1px 1px 3px 2px #ded68b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,214,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded68b


Comments

No comments written yet.

Please login to write comment.