Color Hex Logo

#dcec18 Color Hex

#DCEC18
(220,236,24)
0 Favorites   0 Comments

Color spaces of #dcec18

RGB 22023624
HSL0.180.850.51
HSV65°90°93°
CMYK 0.070.000.90   0.07
XYZ59.675575.272512.2480
Yxy75.27250.40540.5114
Hunter Lab86.7597-29.052852.3618
CIE-Lab89.5205-26.686385.3864

#dcec18 color RGB value is (220,236,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 00011000
Octal 334 354 30
Decimal 220 236 24
Hex DC EC 18

RGB Percentages of Color #dcec18

%45.83
%49.17
%5.00

CMYK Percentages of Color #dcec18

%7
%0
%90
%7

Triadic Colors of #dcec18

#dcec18 #18dcec #ec18dc

Analogous Colors of #dcec18

#dcec18 #72ec18 #ec9218

Monochromatic Colors of #dcec18

#dcec18

Complementary Color

#dcec18 #2818ec

#dcec18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcec18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcec18 Color CSS Codes

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

#dcec18 Text Font Color

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

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


#dcec18 Background Color

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

This div background color is #dcec18


#dcec18 Border Color

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

This div border color is #dcec18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcec18


Comments

No comments written yet.

Please login to write comment.