Color Hex Logo

#dfe4cc Color Hex

#DFE4CC
(223,228,204)
0 Favorites   0 Comments

Color spaces of #dfe4cc

RGB 223228204
HSL0.200.310.85
HSV73°11°89°
CMYK 0.020.000.11   0.11
XYZ69.073975.534468.0658
Yxy75.53440.32480.3552
Hunter Lab86.9105-10.226914.4032
CIE-Lab89.6427-5.823311.1334

#dfe4cc color RGB value is (223,228,204).

#dfe4cc hex color red value is 223, green value is 228 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dfe4cc hue: 0.20 , saturation: 0.31 and the lightness value of dfe4cc is 0.85.

The process color (four color CMYK) of #dfe4cc color hex is 0.02, 0.00, 0.11, 0.11. Web safe color of #dfe4cc is #cccccc. Color #dfe4cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 11001100
Octal 337 344 314
Decimal 223 228 204
Hex DF E4 CC

RGB Percentages of Color #dfe4cc

%34.05
%34.81
%31.15

CMYK Percentages of Color #dfe4cc

%2
%0
%11
%11

Triadic Colors of #dfe4cc

#dfe4cc #ccdfe4 #e4ccdf

Analogous Colors of #dfe4cc

#dfe4cc #d3e4cc #e4ddcc

Monochromatic Colors of #dfe4cc

#dfe4cc

Complementary Color

#dfe4cc #d1cce4

#dfe4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe4cc Color CSS Codes

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

#dfe4cc Text Font Color

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

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


#dfe4cc Background Color

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

This div background color is #dfe4cc


#dfe4cc Border Color

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

This div border color is #dfe4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe4cc


Comments

No comments written yet.

Please login to write comment.