Color Hex Logo

#def0be Color Hex

#DEF0BE
(222,240,190)
0 Favorites   0 Comments

Color spaces of #def0be

RGB 222240190
HSL0.230.630.84
HSV82°21°94°
CMYK 0.080.000.21   0.06
XYZ70.578681.567560.7394
Yxy81.56750.33150.3832
Hunter Lab90.3147-18.557723.3460
CIE-Lab92.3836-14.396822.2290

#def0be color RGB value is (222,240,190).

#def0be hex color red value is 222, green value is 240 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #def0be hue: 0.23 , saturation: 0.63 and the lightness value of def0be is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 10111110
Octal 336 360 276
Decimal 222 240 190
Hex DE F0 BE

RGB Percentages of Color #def0be

%34.05
%36.81
%29.14

CMYK Percentages of Color #def0be

%8
%0
%21
%6

Triadic Colors of #def0be

#def0be #bedef0 #f0bede

Analogous Colors of #def0be

#def0be #c5f0be #f0e9be

Monochromatic Colors of #def0be

#def0be

Complementary Color

#def0be #d0bef0

#def0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#def0be Color CSS Codes

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

#def0be Text Font Color

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

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


#def0be Background Color

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

This div background color is #def0be


#def0be Border Color

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

This div border color is #def0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def0be


Comments

No comments written yet.

Please login to write comment.