Color Hex Logo

#dded5c Color Hex

#DDED5C
(221,237,92)
0 Favorites   0 Comments

Color spaces of #dded5c

RGB 22123792
HSL0.190.800.65
HSV67°61°93°
CMYK 0.070.000.61   0.07
XYZ62.034776.713221.6628
Yxy76.71320.38670.4782
Hunter Lab87.5861-26.849246.6460
CIE-Lab90.1894-24.000566.3286

#dded5c color RGB value is (221,237,92).

#dded5c hex color red value is 221, green value is 237 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dded5c hue: 0.19 , saturation: 0.80 and the lightness value of dded5c is 0.65.

The process color (four color CMYK) of #dded5c color hex is 0.07, 0.00, 0.61, 0.07. Web safe color of #dded5c is #ccff66. Color #dded5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 01011100
Octal 335 355 134
Decimal 221 237 92
Hex DD ED 5C

RGB Percentages of Color #dded5c

%40.18
%43.09
%16.73

CMYK Percentages of Color #dded5c

%7
%0
%61
%7

Triadic Colors of #dded5c

#dded5c #5cdded #ed5cdd

Analogous Colors of #dded5c

#dded5c #95ed5c #edb55c

Monochromatic Colors of #dded5c

#dded5c

Complementary Color

#dded5c #6c5ced

#dded5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dded5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dded5c Color CSS Codes

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

#dded5c Text Font Color

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

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


#dded5c Background Color

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

This div background color is #dded5c


#dded5c Border Color

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

This div border color is #dded5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dded5c


Comments

No comments written yet.

Please login to write comment.