Color Hex Logo

#dce148 Color Hex

#DCE148
(220,225,72)
0 Favorites   0 Comments

Color spaces of #dce148

RGB 22022572
HSL0.170.720.58
HSV62°68°88°
CMYK 0.020.000.68   0.12
XYZ57.610169.534016.5159
Yxy69.53400.40100.4840
Hunter Lab83.3870-22.606046.6278
CIE-Lab86.7678-19.818870.5236

#dce148 color RGB value is (220,225,72).

#dce148 hex color red value is 220, green value is 225 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dce148 hue: 0.17 , saturation: 0.72 and the lightness value of dce148 is 0.58.

The process color (four color CMYK) of #dce148 color hex is 0.02, 0.00, 0.68, 0.12. Web safe color of #dce148 is #cccc33. Color #dce148 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 01001000
Octal 334 341 110
Decimal 220 225 72
Hex DC E1 48

RGB Percentages of Color #dce148

%42.55
%43.52
%13.93

CMYK Percentages of Color #dce148

%2
%0
%68
%12

Triadic Colors of #dce148

#dce148 #48dce1 #e148dc

Analogous Colors of #dce148

#dce148 #90e148 #e19a48

Monochromatic Colors of #dce148

#dce148

Complementary Color

#dce148 #4d48e1

#dce148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce148 Color CSS Codes

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

#dce148 Text Font Color

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

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


#dce148 Background Color

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

This div background color is #dce148


#dce148 Border Color

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

This div border color is #dce148


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,225,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 #dce148">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce148


Comments

No comments written yet.

Please login to write comment.