Color Hex Logo

#dced15 Color Hex

#DCED15
(220,237,21)
0 Favorites   0 Comments

Color spaces of #dced15

RGB 22023721
HSL0.180.860.51
HSV65°91°93°
CMYK 0.070.000.91   0.07
XYZ59.934775.838212.1888
Yxy75.83820.40510.5126
Hunter Lab87.0851-29.549752.6611
CIE-Lab89.7842-27.203985.9969

#dced15 color RGB value is (220,237,21).

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

The process color (four color CMYK) of #dced15 color hex is 0.07, 0.00, 0.91, 0.07. Web safe color of #dced15 is #ccff00. Color #dced15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 00010101
Octal 334 355 25
Decimal 220 237 21
Hex DC ED 15

RGB Percentages of Color #dced15

%46.03
%49.58
%4.39

CMYK Percentages of Color #dced15

%7
%0
%91
%7

Triadic Colors of #dced15

#dced15 #15dced #ed15dc

Analogous Colors of #dced15

#dced15 #70ed15 #ed9215

Monochromatic Colors of #dced15

#dced15

Complementary Color

#dced15 #2615ed

#dced15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dced15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dced15 Color CSS Codes

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

#dced15 Text Font Color

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

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


#dced15 Background Color

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

This div background color is #dced15


#dced15 Border Color

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

This div border color is #dced15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dced15


Comments

No comments written yet.

Please login to write comment.