Color Hex Logo

#dfe875 Color Hex

#DFE875
(223,232,117)
0 Favorites   0 Comments

Color spaces of #dfe875

RGB 223232117
HSL0.180.710.68
HSV65°50°91°
CMYK 0.040.000.50   0.09
XYZ62.498974.685627.9513
Yxy74.68560.37850.4523
Hunter Lab86.4208-22.146641.3183
CIE-Lab89.2455-18.852754.3485

#dfe875 color RGB value is (223,232,117).

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

The process color (four color CMYK) of #dfe875 color hex is 0.04, 0.00, 0.50, 0.09. Web safe color of #dfe875 is #ccff66. Color #dfe875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101000 01110101
Octal 337 350 165
Decimal 223 232 117
Hex DF E8 75

RGB Percentages of Color #dfe875

%38.99
%40.56
%20.45

CMYK Percentages of Color #dfe875

%4
%0
%50
%9

Triadic Colors of #dfe875

#dfe875 #75dfe8 #e875df

Analogous Colors of #dfe875

#dfe875 #a6e875 #e8b875

Monochromatic Colors of #dfe875

#dfe875

Complementary Color

#dfe875 #7e75e8

#dfe875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe875 Color CSS Codes

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

#dfe875 Text Font Color

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

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


#dfe875 Background Color

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

This div background color is #dfe875


#dfe875 Border Color

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

This div border color is #dfe875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe875


Comments

No comments written yet.

Please login to write comment.