color codes Logo

#dcef1d color codes

#DCEF1D
(220,239,29)
0 Favorites   0 Comments

Color spaces of #dcef1d

RGB 22023929
HSL0.180.870.53
HSV65°88°94°
CMYK 0.080.000.88   0.06
XYZ60.603577.037412.8380
Yxy77.03740.40270.5119
Hunter Lab87.7710-30.349752.7675
CIE-Lab90.3388-28.005785.2714

#dcef1d color RGB value is (220,239,29).

#dcef1d hex color red value is 220, green value is 239 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dcef1d hue: 0.18 , saturation: 0.87 and the lightness value of dcef1d is 0.53.

The process color (four color CMYK) of #dcef1d color code is 0.08, 0.00, 0.88, 0.06. Web safe color of #dcef1d is #ccff33. Color #dcef1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 00011101
Octal 334 357 35
Decimal 220 239 29
Hex DC EF 1D

RGB Percentages of Color #dcef1d

%45.08
%48.98
%5.94

CMYK Percentages of Color #dcef1d

%8
%0
%88
%6

Triadic Colors of #dcef1d

#dcef1d #1ddcef #ef1ddc

Analogous Colors of #dcef1d

#dcef1d #73ef1d #ef991d

Monochromatic Colors of #dcef1d

#dcef1d

Complementary Color

#dcef1d #301def

#dcef1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef1d Color CSS Codes

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

#dcef1d Text Font Color

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

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


#dcef1d Background Color

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

This div background color is #dcef1d


#dcef1d Border Color

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

This div border color is #dcef1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef1d


Comments

No comments written yet.

Please login to write comment.