Color Hex Logo

#deffbb Color Hex

#DEFFBB
(222,255,187)
0 Favorites   0 Comments

Color spaces of #deffbb

RGB 222255187
HSL0.251.000.87
HSV89°27°100°
CMYK 0.130.000.27   0.00
XYZ74.853890.637560.5633
Yxy90.63750.33110.4010
Hunter Lab95.2037-26.261128.9256
CIE-Lab96.2606-22.144329.0727

#deffbb color RGB value is (222,255,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 10111011
Octal 336 377 273
Decimal 222 255 187
Hex DE FF BB

RGB Percentages of Color #deffbb

%33.43
%38.40
%28.16

CMYK Percentages of Color #deffbb

%13
%0
%27
%0

Triadic Colors of #deffbb

#deffbb #bbdeff #ffbbde

Analogous Colors of #deffbb

#deffbb #bcffbb #fffebb

Monochromatic Colors of #deffbb

#deffbb

Complementary Color

#deffbb #dcbbff

#deffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deffbb Color CSS Codes

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

#deffbb Text Font Color

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

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


#deffbb Background Color

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

This div background color is #deffbb


#deffbb Border Color

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

This div border color is #deffbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,255,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deffbb


Comments

No comments written yet.

Please login to write comment.