Color Hex Logo

#dded92 Color Hex

#DDED92
(221,237,146)
0 Favorites   0 Comments

Color spaces of #dded92

RGB 221237146
HSL0.200.720.75
HSV71°38°93°
CMYK 0.070.000.38   0.07
XYZ65.291378.015838.8115
Yxy78.01580.35850.4284
Hunter Lab88.3266-22.623635.7760
CIE-Lab90.7871-19.116242.3090

#dded92 color RGB value is (221,237,146).

#dded92 hex color red value is 221, green value is 237 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dded92 hue: 0.20 , saturation: 0.72 and the lightness value of dded92 is 0.75.

The process color (four color CMYK) of #dded92 color hex is 0.07, 0.00, 0.38, 0.07. Web safe color of #dded92 is #ccff99. Color #dded92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10010010
Octal 335 355 222
Decimal 221 237 146
Hex DD ED 92

RGB Percentages of Color #dded92

%36.59
%39.24
%24.17

CMYK Percentages of Color #dded92

%7
%0
%38
%7

Triadic Colors of #dded92

#dded92 #92dded #ed92dd

Analogous Colors of #dded92

#dded92 #b0ed92 #edd092

Monochromatic Colors of #dded92

#dded92

Complementary Color

#dded92 #a292ed

#dded92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dded92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dded92 Color CSS Codes

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

#dded92 Text Font Color

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

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


#dded92 Background Color

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

This div background color is #dded92


#dded92 Border Color

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

This div border color is #dded92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dded92


Comments

No comments written yet.

Please login to write comment.