Color Hex Logo

#dffebe Color Hex

#DFFEBE
(223,254,190)
0 Favorites   0 Comments

Color spaces of #dffebe

RGB 223254190
HSL0.250.970.87
HSV89°25°100°
CMYK 0.120.000.25   0.00
XYZ75.167590.289362.1810
Yxy90.28930.33020.3966
Hunter Lab95.0207-25.081227.7154
CIE-Lab96.1166-20.879827.3729

#dffebe color RGB value is (223,254,190).

#dffebe hex color red value is 223, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dffebe hue: 0.25 , saturation: 0.97 and the lightness value of dffebe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10111110
Octal 337 376 276
Decimal 223 254 190
Hex DF FE BE

RGB Percentages of Color #dffebe

%33.43
%38.08
%28.49

CMYK Percentages of Color #dffebe

%12
%0
%25
%0

Triadic Colors of #dffebe

#dffebe #bedffe #febedf

Analogous Colors of #dffebe

#dffebe #bffebe #fefdbe

Monochromatic Colors of #dffebe

#dffebe

Complementary Color

#dffebe #ddbefe

#dffebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffebe Color CSS Codes

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

#dffebe Text Font Color

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

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


#dffebe Background Color

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

This div background color is #dffebe


#dffebe Border Color

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

This div border color is #dffebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffebe


Comments

No comments written yet.

Please login to write comment.