Color Hex Logo

#def9bf Color Hex

#DEF9BF
(222,249,191)
0 Favorites   0 Comments

Color spaces of #def9bf

RGB 222249191
HSL0.240.830.86
HSV88°23°98°
CMYK 0.110.000.23   0.02
XYZ73.403987.042562.2223
Yxy87.04250.32970.3909
Hunter Lab93.2966-22.828725.7653
CIE-Lab94.7563-18.661124.9908

#def9bf color RGB value is (222,249,191).

#def9bf hex color red value is 222, green value is 249 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #def9bf hue: 0.24 , saturation: 0.83 and the lightness value of def9bf is 0.86.

The process color (four color CMYK) of #def9bf color hex is 0.11, 0.00, 0.23, 0.02. Web safe color of #def9bf is #ccffcc. Color #def9bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 10111111
Octal 336 371 277
Decimal 222 249 191
Hex DE F9 BF

RGB Percentages of Color #def9bf

%33.53
%37.61
%28.85

CMYK Percentages of Color #def9bf

%11
%0
%23
%2

Triadic Colors of #def9bf

#def9bf #bfdef9 #f9bfde

Analogous Colors of #def9bf

#def9bf #c1f9bf #f9f7bf

Monochromatic Colors of #def9bf

#def9bf

Complementary Color

#def9bf #dabff9

#def9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#def9bf Color CSS Codes

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

#def9bf Text Font Color

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

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


#def9bf Background Color

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

This div background color is #def9bf


#def9bf Border Color

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

This div border color is #def9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def9bf


Comments

No comments written yet.

Please login to write comment.