Color Hex Logo

#dffcbe Color Hex

#DFFCBE
(223,252,190)
0 Favorites   0 Comments

Color spaces of #dffcbe

RGB 223252190
HSL0.240.910.87
HSV88°25°99°
CMYK 0.120.000.25   0.01
XYZ74.536189.026561.9706
Yxy89.02650.33050.3947
Hunter Lab94.3539-24.110827.1067
CIE-Lab95.5915-19.914526.6549

#dffcbe color RGB value is (223,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 10111110
Octal 337 374 276
Decimal 223 252 190
Hex DF FC BE

RGB Percentages of Color #dffcbe

%33.53
%37.89
%28.57

CMYK Percentages of Color #dffcbe

%12
%0
%25
%1

Triadic Colors of #dffcbe

#dffcbe #bedffc #fcbedf

Analogous Colors of #dffcbe

#dffcbe #c0fcbe #fcfabe

Monochromatic Colors of #dffcbe

#dffcbe

Complementary Color

#dffcbe #dbbefc

#dffcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcbe Color CSS Codes

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

#dffcbe Text Font Color

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

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


#dffcbe Background Color

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

This div background color is #dffcbe


#dffcbe Border Color

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

This div border color is #dffcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,252,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 #dffcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcbe


Comments

No comments written yet.

Please login to write comment.