Color Hex Logo

#dcee3f Color Hex

#DCEE3F
(220,238,63)
0 Favorites   0 Comments

Color spaces of #dcee3f

RGB 22023863
HSL0.180.840.59
HSV66°74°93°
CMYK 0.080.000.74   0.07
XYZ60.986976.723616.2974
Yxy76.72360.39600.4982
Hunter Lab87.5920-29.003450.2829
CIE-Lab90.1942-26.476976.9037

#dcee3f color RGB value is (220,238,63).

#dcee3f hex color red value is 220, green value is 238 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dcee3f hue: 0.18 , saturation: 0.84 and the lightness value of dcee3f is 0.59.

The process color (four color CMYK) of #dcee3f color hex is 0.08, 0.00, 0.74, 0.07. Web safe color of #dcee3f is #ccff33. Color #dcee3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 00111111
Octal 334 356 77
Decimal 220 238 63
Hex DC EE 3F

RGB Percentages of Color #dcee3f

%42.23
%45.68
%12.09

CMYK Percentages of Color #dcee3f

%8
%0
%74
%7

Triadic Colors of #dcee3f

#dcee3f #3fdcee #ee3fdc

Analogous Colors of #dcee3f

#dcee3f #85ee3f #eea93f

Monochromatic Colors of #dcee3f

#dcee3f

Complementary Color

#dcee3f #513fee

#dcee3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee3f Color CSS Codes

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

#dcee3f Text Font Color

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

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


#dcee3f Background Color

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

This div background color is #dcee3f


#dcee3f Border Color

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

This div border color is #dcee3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee3f


Comments

No comments written yet.

Please login to write comment.