Color Hex Logo

#dcec5f Color Hex

#DCEC5F
(220,236,95)
0 Favorites   0 Comments

Color spaces of #dcec5f

RGB 22023695
HSL0.190.790.65
HSV67°60°93°
CMYK 0.070.000.60   0.07
XYZ61.576276.032822.2569
Yxy76.03280.38520.4756
Hunter Lab87.1968-26.542145.9040
CIE-Lab89.8746-23.714464.7280

#dcec5f color RGB value is (220,236,95).

#dcec5f hex color red value is 220, green value is 236 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dcec5f hue: 0.19 , saturation: 0.79 and the lightness value of dcec5f is 0.65.

The process color (four color CMYK) of #dcec5f color hex is 0.07, 0.00, 0.60, 0.07. Web safe color of #dcec5f is #ccff66. Color #dcec5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 01011111
Octal 334 354 137
Decimal 220 236 95
Hex DC EC 5F

RGB Percentages of Color #dcec5f

%39.93
%42.83
%17.24

CMYK Percentages of Color #dcec5f

%7
%0
%60
%7

Triadic Colors of #dcec5f

#dcec5f #5fdcec #ec5fdc

Analogous Colors of #dcec5f

#dcec5f #96ec5f #ecb65f

Monochromatic Colors of #dcec5f

#dcec5f

Complementary Color

#dcec5f #6f5fec

#dcec5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcec5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcec5f Color CSS Codes

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

#dcec5f Text Font Color

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

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


#dcec5f Background Color

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

This div background color is #dcec5f


#dcec5f Border Color

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

This div border color is #dcec5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcec5f


Comments

No comments written yet.

Please login to write comment.