Color Hex Logo

#defbe7 Color Hex

#DEFBE7
(222,251,231)
0 Favorites   0 Comments

Color spaces of #defbe7

RGB 222251231
HSL0.390.780.93
HSV139°12°98°
CMYK 0.120.000.08   0.02
XYZ79.045290.293588.8636
Yxy90.29350.30610.3497
Hunter Lab95.0229-17.804111.0691
CIE-Lab96.1184-13.06926.4038

#defbe7 color RGB value is (222,251,231).

#defbe7 hex color red value is 222, green value is 251 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #defbe7 hue: 0.39 , saturation: 0.78 and the lightness value of defbe7 is 0.93.

The process color (four color CMYK) of #defbe7 color hex is 0.12, 0.00, 0.08, 0.02. Web safe color of #defbe7 is #ccffff. Color #defbe7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 11100111
Octal 336 373 347
Decimal 222 251 231
Hex DE FB E7

RGB Percentages of Color #defbe7

%31.53
%35.65
%32.81

CMYK Percentages of Color #defbe7

%12
%0
%8
%2

Triadic Colors of #defbe7

#defbe7 #e7defb #fbe7de

Analogous Colors of #defbe7

#defbe7 #defbf6 #e4fbde

Monochromatic Colors of #defbe7

#defbe7

Complementary Color

#defbe7 #fbdef2

#defbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defbe7 Color CSS Codes

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

#defbe7 Text Font Color

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

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


#defbe7 Background Color

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

This div background color is #defbe7


#defbe7 Border Color

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

This div border color is #defbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defbe7

Related Colors


Comments

No comments written yet.

Please login to write comment.