Color Hex Logo

#dce750 Color Hex

#DCE750
(220,231,80)
0 Favorites   0 Comments

Color spaces of #dce750

RGB 22023180
HSL0.180.760.61
HSV64°65°91°
CMYK 0.050.000.65   0.09
XYZ59.539172.946718.5315
Yxy72.94670.39430.4830
Hunter Lab85.4088-25.031946.9218
CIE-Lab88.4223-22.279269.2026

#dce750 color RGB value is (220,231,80).

#dce750 hex color red value is 220, green value is 231 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dce750 hue: 0.18 , saturation: 0.76 and the lightness value of dce750 is 0.61.

The process color (four color CMYK) of #dce750 color hex is 0.05, 0.00, 0.65, 0.09. Web safe color of #dce750 is #ccff66. Color #dce750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 01010000
Octal 334 347 120
Decimal 220 231 80
Hex DC E7 50

RGB Percentages of Color #dce750

%41.43
%43.50
%15.07

CMYK Percentages of Color #dce750

%5
%0
%65
%9

Triadic Colors of #dce750

#dce750 #50dce7 #e750dc

Analogous Colors of #dce750

#dce750 #91e750 #e7a750

Monochromatic Colors of #dce750

#dce750

Complementary Color

#dce750 #5b50e7

#dce750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce750 Color CSS Codes

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

#dce750 Text Font Color

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

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


#dce750 Background Color

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

This div background color is #dce750


#dce750 Border Color

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

This div border color is #dce750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce750


Comments

No comments written yet.

Please login to write comment.