Color Hex Logo

#ddd27b Color Hex

#DDD27B
(221,210,123)
0 Favorites   0 Comments

Color spaces of #ddd27b

RGB 221210123
HSL0.150.590.67
HSV53°44°87°
CMYK 0.000.050.44   0.13
XYZ56.440562.895427.9042
Yxy62.89540.38330.4272
Hunter Lab79.3066-11.752734.6533
CIE-Lab83.3873-8.130944.3196

#ddd27b color RGB value is (221,210,123).

#ddd27b hex color red value is 221, green value is 210 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddd27b hue: 0.15 , saturation: 0.59 and the lightness value of ddd27b is 0.67.

The process color (four color CMYK) of #ddd27b color hex is 0.00, 0.05, 0.44, 0.13. Web safe color of #ddd27b is #cccc66. Color #ddd27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 01111011
Octal 335 322 173
Decimal 221 210 123
Hex DD D2 7B

RGB Percentages of Color #ddd27b

%39.89
%37.91
%22.20

CMYK Percentages of Color #ddd27b

%0
%5
%44
%13

Triadic Colors of #ddd27b

#ddd27b #7bddd2 #d27bdd

Analogous Colors of #ddd27b

#ddd27b #b7dd7b #dda17b

Monochromatic Colors of #ddd27b

#ddd27b

Complementary Color

#ddd27b #7b86dd

#ddd27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd27b Color CSS Codes

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

#ddd27b Text Font Color

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

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


#ddd27b Background Color

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

This div background color is #ddd27b


#ddd27b Border Color

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

This div border color is #ddd27b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,210,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd27b


Comments

No comments written yet.

Please login to write comment.