Color Hex Logo

#dce675 Color Hex

#DCE675
(220,230,117)
0 Favorites   0 Comments

Color spaces of #dce675

RGB 220230117
HSL0.180.690.68
HSV65°49°90°
CMYK 0.040.000.49   0.10
XYZ61.022973.093627.7219
Yxy73.09360.37710.4516
Hunter Lab85.4948-22.209440.6214
CIE-Lab88.4923-19.056353.3986

#dce675 color RGB value is (220,230,117).

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

The process color (four color CMYK) of #dce675 color hex is 0.04, 0.00, 0.49, 0.10. Web safe color of #dce675 is #ccff66. Color #dce675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 01110101
Octal 334 346 165
Decimal 220 230 117
Hex DC E6 75

RGB Percentages of Color #dce675

%38.80
%40.56
%20.63

CMYK Percentages of Color #dce675

%4
%0
%49
%10

Triadic Colors of #dce675

#dce675 #75dce6 #e675dc

Analogous Colors of #dce675

#dce675 #a4e675 #e6b875

Monochromatic Colors of #dce675

#dce675

Complementary Color

#dce675 #7f75e6

#dce675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce675 Color CSS Codes

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

#dce675 Text Font Color

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

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


#dce675 Background Color

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

This div background color is #dce675


#dce675 Border Color

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

This div border color is #dce675


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,230,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 #dce675">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce675


Comments

No comments written yet.

Please login to write comment.