Color Hex Logo

#dcef43 Color Hex

#DCEF43
(220,239,67)
0 Favorites   0 Comments

Color spaces of #dcef43

RGB 22023967
HSL0.190.840.60
HSV67°72°94°
CMYK 0.080.000.72   0.06
XYZ61.394877.353917.0051
Yxy77.35390.39420.4966
Hunter Lab87.9511-29.311350.1022
CIE-Lab90.4843-26.767675.8884

#dcef43 color RGB value is (220,239,67).

#dcef43 hex color red value is 220, green value is 239 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dcef43 hue: 0.19 , saturation: 0.84 and the lightness value of dcef43 is 0.60.

The process color (four color CMYK) of #dcef43 color hex is 0.08, 0.00, 0.72, 0.06. Web safe color of #dcef43 is #ccff33. Color #dcef43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 01000011
Octal 334 357 103
Decimal 220 239 67
Hex DC EF 43

RGB Percentages of Color #dcef43

%41.83
%45.44
%12.74

CMYK Percentages of Color #dcef43

%8
%0
%72
%6

Triadic Colors of #dcef43

#dcef43 #43dcef #ef43dc

Analogous Colors of #dcef43

#dcef43 #86ef43 #efac43

Monochromatic Colors of #dcef43

#dcef43

Complementary Color

#dcef43 #5643ef

#dcef43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef43 Color CSS Codes

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

#dcef43 Text Font Color

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

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


#dcef43 Background Color

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

This div background color is #dcef43


#dcef43 Border Color

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

This div border color is #dcef43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef43


Comments

No comments written yet.

Please login to write comment.