Color Hex Logo

#dfeb90 Color Hex

#DFEB90
(223,235,144)
0 Favorites   0 Comments

Color spaces of #dfeb90

RGB 223235144
HSL0.190.690.74
HSV68°39°92°
CMYK 0.050.000.39   0.08
XYZ65.173877.118337.8358
Yxy77.11830.36180.4281
Hunter Lab87.8170-21.205235.9269
CIE-Lab90.3760-17.609242.7987

#dfeb90 color RGB value is (223,235,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 10010000
Octal 337 353 220
Decimal 223 235 144
Hex DF EB 90

RGB Percentages of Color #dfeb90

%37.04
%39.04
%23.92

CMYK Percentages of Color #dfeb90

%5
%0
%39
%8

Triadic Colors of #dfeb90

#dfeb90 #90dfeb #eb90df

Analogous Colors of #dfeb90

#dfeb90 #b2eb90 #ebca90

Monochromatic Colors of #dfeb90

#dfeb90

Complementary Color

#dfeb90 #9c90eb

#dfeb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeb90 Color CSS Codes

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

#dfeb90 Text Font Color

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

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


#dfeb90 Background Color

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

This div background color is #dfeb90


#dfeb90 Border Color

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

This div border color is #dfeb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeb90


Comments

No comments written yet.

Please login to write comment.