Color Hex Logo

#dfebc8 Color Hex

#DFEBC8
(223,235,200)
0 Favorites   0 Comments

Color spaces of #dfebc8

RGB 223235200
HSL0.220.470.85
HSV81°15°92°
CMYK 0.050.000.15   0.08
XYZ70.565179.274866.2260
Yxy79.27480.32660.3669
Hunter Lab89.0364-14.344918.2251
CIE-Lab91.3585-10.006915.6465

#dfebc8 color RGB value is (223,235,200).

#dfebc8 hex color red value is 223, green value is 235 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dfebc8 hue: 0.22 , saturation: 0.47 and the lightness value of dfebc8 is 0.85.

The process color (four color CMYK) of #dfebc8 color hex is 0.05, 0.00, 0.15, 0.08. Web safe color of #dfebc8 is #ccffcc. Color #dfebc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11001000
Octal 337 353 310
Decimal 223 235 200
Hex DF EB C8

RGB Percentages of Color #dfebc8

%33.89
%35.71
%30.40

CMYK Percentages of Color #dfebc8

%5
%0
%15
%8

Triadic Colors of #dfebc8

#dfebc8 #c8dfeb #ebc8df

Analogous Colors of #dfebc8

#dfebc8 #ceebc8 #ebe6c8

Monochromatic Colors of #dfebc8

#dfebc8

Complementary Color

#dfebc8 #d4c8eb

#dfebc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebc8 Color CSS Codes

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

#dfebc8 Text Font Color

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

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


#dfebc8 Background Color

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

This div background color is #dfebc8


#dfebc8 Border Color

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

This div border color is #dfebc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebc8


Comments

No comments written yet.

Please login to write comment.