Color Hex Logo

#dfe185 Color Hex

#DFE185
(223,225,133)
0 Favorites   0 Comments

Color spaces of #dfe185

RGB 223225133
HSL0.170.610.70
HSV61°41°88°
CMYK 0.010.000.41   0.12
XYZ61.590371.231932.6933
Yxy71.23190.37210.4304
Hunter Lab84.3990-17.437636.1124
CIE-Lab87.5976-13.866744.6911

#dfe185 color RGB value is (223,225,133).

#dfe185 hex color red value is 223, green value is 225 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dfe185 hue: 0.17 , saturation: 0.61 and the lightness value of dfe185 is 0.70.

The process color (four color CMYK) of #dfe185 color hex is 0.01, 0.00, 0.41, 0.12. Web safe color of #dfe185 is #cccc99. Color #dfe185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 10000101
Octal 337 341 205
Decimal 223 225 133
Hex DF E1 85

RGB Percentages of Color #dfe185

%38.38
%38.73
%22.89

CMYK Percentages of Color #dfe185

%1
%0
%41
%12

Triadic Colors of #dfe185

#dfe185 #85dfe1 #e185df

Analogous Colors of #dfe185

#dfe185 #b1e185 #e1b585

Monochromatic Colors of #dfe185

#dfe185

Complementary Color

#dfe185 #8785e1

#dfe185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe185 Color CSS Codes

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

#dfe185 Text Font Color

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

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


#dfe185 Background Color

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

This div background color is #dfe185


#dfe185 Border Color

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

This div border color is #dfe185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe185


Comments

No comments written yet.

Please login to write comment.