Color Hex Logo

#dded38 Color Hex

#DDED38
(221,237,56)
0 Favorites   0 Comments

Color spaces of #dded38

RGB 22123756
HSL0.180.830.57
HSV65°76°93°
CMYK 0.070.000.76   0.07
XYZ60.816876.226015.2491
Yxy76.22600.39930.5005
Hunter Lab87.3075-28.448350.7597
CIE-Lab89.9642-25.886578.8345

#dded38 color RGB value is (221,237,56).

#dded38 hex color red value is 221, green value is 237 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dded38 hue: 0.18 , saturation: 0.83 and the lightness value of dded38 is 0.57.

The process color (four color CMYK) of #dded38 color hex is 0.07, 0.00, 0.76, 0.07. Web safe color of #dded38 is #ccff33. Color #dded38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 00111000
Octal 335 355 70
Decimal 221 237 56
Hex DD ED 38

RGB Percentages of Color #dded38

%43.00
%46.11
%10.89

CMYK Percentages of Color #dded38

%7
%0
%76
%7

Triadic Colors of #dded38

#dded38 #38dded #ed38dd

Analogous Colors of #dded38

#dded38 #83ed38 #eda338

Monochromatic Colors of #dded38

#dded38

Complementary Color

#dded38 #4838ed

#dded38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dded38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dded38 Color CSS Codes

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

#dded38 Text Font Color

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

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


#dded38 Background Color

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

This div background color is #dded38


#dded38 Border Color

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

This div border color is #dded38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dded38


Comments

No comments written yet.

Please login to write comment.