Color Hex Logo

#dced48 Color Hex

#DCED48
(220,237,72)
0 Favorites   0 Comments

Color spaces of #dced48

RGB 22023772
HSL0.180.820.61
HSV66°70°93°
CMYK 0.070.000.70   0.07
XYZ60.969176.251917.6356
Yxy76.25190.39370.4924
Hunter Lab87.3223-28.184149.1514
CIE-Lab89.9762-25.578973.6974

#dced48 color RGB value is (220,237,72).

#dced48 hex color red value is 220, green value is 237 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dced48 hue: 0.18 , saturation: 0.82 and the lightness value of dced48 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 01001000
Octal 334 355 110
Decimal 220 237 72
Hex DC ED 48

RGB Percentages of Color #dced48

%41.59
%44.80
%13.61

CMYK Percentages of Color #dced48

%7
%0
%70
%7

Triadic Colors of #dced48

#dced48 #48dced #ed48dc

Analogous Colors of #dced48

#dced48 #8aed48 #edac48

Monochromatic Colors of #dced48

#dced48

Complementary Color

#dced48 #5948ed

#dced48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dced48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dced48 Color CSS Codes

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

#dced48 Text Font Color

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

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


#dced48 Background Color

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

This div background color is #dced48


#dced48 Border Color

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

This div border color is #dced48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dced48


Comments

No comments written yet.

Please login to write comment.