Color Hex Logo

#dce265 Color Hex

#DCE265
(220,226,101)
0 Favorites   0 Comments

Color spaces of #dce265

RGB 220226101
HSL0.170.680.64
HSV63°55°89°
CMYK 0.030.000.55   0.11
XYZ59.060570.547922.8162
Yxy70.54790.38750.4628
Hunter Lab83.9928-21.473142.6891
CIE-Lab87.2649-18.439859.2499

#dce265 color RGB value is (220,226,101).

#dce265 hex color red value is 220, green value is 226 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dce265 hue: 0.17 , saturation: 0.68 and the lightness value of dce265 is 0.64.

The process color (four color CMYK) of #dce265 color hex is 0.03, 0.00, 0.55, 0.11. Web safe color of #dce265 is #cccc66. Color #dce265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100010 01100101
Octal 334 342 145
Decimal 220 226 101
Hex DC E2 65

RGB Percentages of Color #dce265

%40.22
%41.32
%18.46

CMYK Percentages of Color #dce265

%3
%0
%55
%11

Triadic Colors of #dce265

#dce265 #65dce2 #e265dc

Analogous Colors of #dce265

#dce265 #9ee265 #e2aa65

Monochromatic Colors of #dce265

#dce265

Complementary Color

#dce265 #6b65e2

#dce265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce265 Color CSS Codes

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

#dce265 Text Font Color

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

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


#dce265 Background Color

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

This div background color is #dce265


#dce265 Border Color

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

This div border color is #dce265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce265


Comments

No comments written yet.

Please login to write comment.