Color Hex Logo

#dfeb92 Color Hex

#DFEB92
(223,235,146)
0 Favorites   0 Comments

Color spaces of #dfeb92

RGB 223235146
HSL0.190.690.75
HSV68°38°92°
CMYK 0.050.000.38   0.08
XYZ65.328177.180038.6482
Yxy77.18000.36060.4260
Hunter Lab87.8521-21.006135.4135
CIE-Lab90.4044-17.383741.8483

#dfeb92 color RGB value is (223,235,146).

#dfeb92 hex color red value is 223, green value is 235 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dfeb92 hue: 0.19 , saturation: 0.69 and the lightness value of dfeb92 is 0.75.

The process color (four color CMYK) of #dfeb92 color hex is 0.05, 0.00, 0.38, 0.08. Web safe color of #dfeb92 is #ccff99. Color #dfeb92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 10010010
Octal 337 353 222
Decimal 223 235 146
Hex DF EB 92

RGB Percentages of Color #dfeb92

%36.92
%38.91
%24.17

CMYK Percentages of Color #dfeb92

%5
%0
%38
%8

Triadic Colors of #dfeb92

#dfeb92 #92dfeb #eb92df

Analogous Colors of #dfeb92

#dfeb92 #b3eb92 #ebcb92

Monochromatic Colors of #dfeb92

#dfeb92

Complementary Color

#dfeb92 #9e92eb

#dfeb92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeb92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeb92 Color CSS Codes

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

#dfeb92 Text Font Color

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

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


#dfeb92 Background Color

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

This div background color is #dfeb92


#dfeb92 Border Color

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

This div border color is #dfeb92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeb92


Comments

No comments written yet.

Please login to write comment.