Color Hex Logo

#dff2be Color Hex

#DFF2BE
(223,242,190)
0 Favorites   0 Comments

Color spaces of #dff2be

RGB 223242190
HSL0.230.670.85
HSV82°21°95°
CMYK 0.080.000.21   0.05
XYZ71.477882.909960.9511
Yxy82.90990.33190.3850
Hunter Lab91.0549-19.224124.0504
CIE-Lab92.9750-15.030923.0576

#dff2be color RGB value is (223,242,190).

#dff2be hex color red value is 223, green value is 242 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dff2be hue: 0.23 , saturation: 0.67 and the lightness value of dff2be is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110010 10111110
Octal 337 362 276
Decimal 223 242 190
Hex DF F2 BE

RGB Percentages of Color #dff2be

%34.05
%36.95
%29.01

CMYK Percentages of Color #dff2be

%8
%0
%21
%5

Triadic Colors of #dff2be

#dff2be #bedff2 #f2bedf

Analogous Colors of #dff2be

#dff2be #c5f2be #f2ebbe

Monochromatic Colors of #dff2be

#dff2be

Complementary Color

#dff2be #d1bef2

#dff2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff2be Color CSS Codes

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

#dff2be Text Font Color

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

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


#dff2be Background Color

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

This div background color is #dff2be


#dff2be Border Color

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

This div border color is #dff2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff2be


Comments

No comments written yet.

Please login to write comment.