Color Hex Logo

#deffbe Color Hex

#DEFFBE
(222,255,190)
0 Favorites   0 Comments

Color spaces of #deffbe

RGB 222255190
HSL0.251.000.87
HSV90°25°100°
CMYK 0.130.000.25   0.00
XYZ75.178590.767362.2727
Yxy90.76730.32940.3977
Hunter Lab95.2719-25.872427.9365
CIE-Lab96.3141-21.708527.6319

#deffbe color RGB value is (222,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 10111110
Octal 336 377 276
Decimal 222 255 190
Hex DE FF BE

RGB Percentages of Color #deffbe

%33.28
%38.23
%28.49

CMYK Percentages of Color #deffbe

%13
%0
%25
%0

Triadic Colors of #deffbe

#deffbe #bedeff #ffbede

Analogous Colors of #deffbe

#deffbe #beffbf #ffffbe

Monochromatic Colors of #deffbe

#deffbe

Complementary Color

#deffbe #dfbeff

#deffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#deffbe Color CSS Codes

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

#deffbe Text Font Color

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

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


#deffbe Background Color

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

This div background color is #deffbe


#deffbe Border Color

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

This div border color is #deffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deffbe

Related Colors

#deffbe Color Palettes


Comments

No comments written yet.

Please login to write comment.