Color Hex Logo

#dfe700 Color Hex

#DFE700
(223,231,0)
0 Favorites   0 Comments

Color spaces of #dfe700

RGB 2232310
HSL0.171.000.45
HSV62°100°91°
CMYK 0.030.001.00   0.09
XYZ59.007372.839810.9495
Yxy72.83980.41320.5101
Hunter Lab85.3462-25.943352.1358
CIE-Lab88.3713-23.336786.9451

#dfe700 color RGB value is (223,231,0).

#dfe700 hex color red value is 223, green value is 231 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dfe700 hue: 0.17 , saturation: 1.00 and the lightness value of dfe700 is 0.45.

The process color (four color CMYK) of #dfe700 color hex is 0.03, 0.00, 1.00, 0.09. Web safe color of #dfe700 is #ccff00. Color #dfe700 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 00000000
Octal 337 347 0
Decimal 223 231 0
Hex DF E7 0

RGB Percentages of Color #dfe700

%49.12
%50.88
%0.00

CMYK Percentages of Color #dfe700

%3
%0
%100
%9

Triadic Colors of #dfe700

#dfe700 #00dfe7 #e700df

Analogous Colors of #dfe700

#dfe700 #6ce700 #e77c00

Monochromatic Colors of #dfe700

#dfe700

Complementary Color

#dfe700 #0800e7

#dfe700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe700 Color CSS Codes

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

#dfe700 Text Font Color

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

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


#dfe700 Background Color

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

This div background color is #dfe700


#dfe700 Border Color

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

This div border color is #dfe700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe700


Comments

No comments written yet.

Please login to write comment.