Color Hex Logo

#dcec75 Color Hex

#DCEC75
(220,236,117)
0 Favorites   0 Comments

Color spaces of #dcec75

RGB 220236117
HSL0.190.760.69
HSV68°50°93°
CMYK 0.070.000.50   0.07
XYZ62.721576.490928.2881
Yxy76.49090.37450.4567
Hunter Lab87.4591-25.041742.0444
CIE-Lab90.0868-21.963255.2904

#dcec75 color RGB value is (220,236,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 01110101
Octal 334 354 165
Decimal 220 236 117
Hex DC EC 75

RGB Percentages of Color #dcec75

%38.39
%41.19
%20.42

CMYK Percentages of Color #dcec75

%7
%0
%50
%7

Triadic Colors of #dcec75

#dcec75 #75dcec #ec75dc

Analogous Colors of #dcec75

#dcec75 #a1ec75 #ecc175

Monochromatic Colors of #dcec75

#dcec75

Complementary Color

#dcec75 #8575ec

#dcec75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcec75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcec75 Color CSS Codes

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

#dcec75 Text Font Color

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

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


#dcec75 Background Color

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

This div background color is #dcec75


#dcec75 Border Color

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

This div border color is #dcec75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcec75


Comments

No comments written yet.

Please login to write comment.