Color Hex Logo

#dfe6ca Color Hex

#DFE6CA
(223,230,202)
0 Favorites   0 Comments

Color spaces of #dfe6ca

RGB 223230202
HSL0.210.360.85
HSV75°12°90°
CMYK 0.030.000.12   0.10
XYZ69.388976.545966.9948
Yxy76.54590.32590.3595
Hunter Lab87.4905-11.539715.8428
CIE-Lab90.1122-7.164612.8445

#dfe6ca color RGB value is (223,230,202).

#dfe6ca hex color red value is 223, green value is 230 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dfe6ca hue: 0.21 , saturation: 0.36 and the lightness value of dfe6ca is 0.85.

The process color (four color CMYK) of #dfe6ca color hex is 0.03, 0.00, 0.12, 0.10. Web safe color of #dfe6ca is #ccffcc. Color #dfe6ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 11001010
Octal 337 346 312
Decimal 223 230 202
Hex DF E6 CA

RGB Percentages of Color #dfe6ca

%34.05
%35.11
%30.84

CMYK Percentages of Color #dfe6ca

%3
%0
%12
%10

Triadic Colors of #dfe6ca

#dfe6ca #cadfe6 #e6cadf

Analogous Colors of #dfe6ca

#dfe6ca #d1e6ca #e6dfca

Monochromatic Colors of #dfe6ca

#dfe6ca

Complementary Color

#dfe6ca #d1cae6

#dfe6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6ca Color CSS Codes

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

#dfe6ca Text Font Color

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

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


#dfe6ca Background Color

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

This div background color is #dfe6ca


#dfe6ca Border Color

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

This div border color is #dfe6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6ca


Comments

No comments written yet.

Please login to write comment.